SYMBOL INDEX (84 symbols across 11 files) FILE: mdbook-course/src/bin/course-content.rs function main (line 21) | fn main() { FILE: mdbook-course/src/bin/course-schedule.rs function main (line 21) | fn main() { function timediff (line 42) | fn timediff(actual: u64, target: u64, slop: u64) -> String { function session_summary (line 56) | fn session_summary(courses: &Courses) { function pr_summary (line 76) | fn pr_summary(courses: &Courses) { FILE: mdbook-course/src/bin/mdbook-course.rs function main (line 24) | fn main() { function preprocess (line 44) | fn preprocess() -> anyhow::Result<()> { FILE: mdbook-course/src/course.rs constant BREAK_DURATION (line 46) | const BREAK_DURATION: u64 = 10; type Courses (line 53) | pub struct Courses { method extract_structure (line 104) | pub fn extract_structure(mut book: Book) -> anyhow::Result<(Self, Book... method course_mut (line 157) | fn course_mut(&mut self, name: impl AsRef) -> &mut Course { method find_course (line 170) | pub fn find_course(&self, name: impl AsRef) -> Option<&Course> { method find_slide (line 177) | pub fn find_slide( type Course (line 62) | pub struct Course { method new (line 209) | fn new(name: impl Into) -> Self { method session_mut (line 215) | fn session_mut(&mut self, name: impl AsRef) -> &mut Session { method minutes (line 232) | pub fn minutes(&self) -> u64 { method target_minutes (line 241) | pub fn target_minutes(&self) -> u64 { method schedule (line 247) | pub fn schedule(&self) -> String { type Session (line 73) | pub struct Session { method new (line 282) | fn new(name: impl Into) -> Self { method add_segment (line 287) | fn add_segment( method outline (line 309) | pub fn outline(&self) -> String { method minutes (line 326) | pub fn minutes(&self) -> u64 { method target_minutes (line 340) | pub fn target_minutes(&self) -> u64 { type Segment (line 83) | pub struct Segment { method new (line 355) | fn new(name: impl Into) -> Self { method add_slide (line 361) | fn add_slide( method minutes (line 378) | pub fn minutes(&self) -> u64 { method outline (line 382) | pub fn outline(&self) -> String { type Slide (line 93) | pub struct Slide { method new (line 408) | fn new(frontmatter: Frontmatter, chapter: &Chapter) -> Self { method add_frontmatter (line 415) | fn add_frontmatter(&mut self, frontmatter: &Frontmatter) { method push_source_path (line 419) | fn push_source_path(&mut self, source_path: &Option) { method add_sub_chapters (line 426) | fn add_sub_chapters(&mut self, chapter: &mut Chapter) -> anyhow::Resul... method is_sub_chapter (line 448) | pub fn is_sub_chapter(&self, chapter: &Chapter) -> bool { method minutes (line 455) | pub fn minutes(&self) -> u64 { type Item (line 200) | type Item = &'a Course; type IntoIter (line 201) | type IntoIter = std::slice::Iter<'a, Course>; method into_iter (line 203) | fn into_iter(self) -> Self::IntoIter { type Item (line 273) | type Item = &'a Session; type IntoIter (line 274) | type IntoIter = std::slice::Iter<'a, Session>; method into_iter (line 276) | fn into_iter(self) -> Self::IntoIter { type Item (line 346) | type Item = &'a Segment; type IntoIter (line 347) | type IntoIter = std::slice::Iter<'a, Segment>; method into_iter (line 349) | fn into_iter(self) -> Self::IntoIter { type Item (line 399) | type Item = &'a Slide; type IntoIter (line 400) | type IntoIter = std::slice::Iter<'a, Slide>; method into_iter (line 402) | fn into_iter(self) -> Self::IntoIter { FILE: mdbook-course/src/frontmatter.rs type Frontmatter (line 22) | pub struct Frontmatter { function split_frontmatter (line 30) | pub fn split_frontmatter( FILE: mdbook-course/src/markdown.rs function relative_link (line 21) | pub fn relative_link( function duration (line 45) | pub fn duration(mut minutes: u64) -> String { type Table (line 64) | pub struct Table { function new (line 70) | pub fn new(header: [String; N]) -> Self { function add_row (line 74) | pub fn add_row(&mut self, row: [String; N]) { function write_row (line 78) | fn write_row<'a, I: Iterator>( function fmt (line 92) | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { function relative_link_same_dir (line 107) | fn relative_link_same_dir() { function relative_link_subdir (line 115) | fn relative_link_subdir() { function relative_link_parent_dir (line 126) | fn relative_link_parent_dir() { function relative_link_deep_parent_dir (line 137) | fn relative_link_deep_parent_dir() { function relative_link_peer_dir (line 148) | fn relative_link_peer_dir() { function duration_no_time (line 159) | fn duration_no_time() { function duration_single_minute (line 164) | fn duration_single_minute() { function duration_two_minutes (line 169) | fn duration_two_minutes() { function duration_seven_minutes (line 174) | fn duration_seven_minutes() { function duration_hour (line 179) | fn duration_hour() { function duration_hour_mins (line 184) | fn duration_hour_mins() { function duration_hours (line 189) | fn duration_hours() { function duration_hours_mins (line 194) | fn duration_hours_mins() { function table (line 199) | fn table() { FILE: mdbook-course/src/replacements.rs function replace (line 28) | pub fn replace( FILE: mdbook-course/src/timing_info.rs function insert_timing_info (line 20) | pub fn insert_timing_info(slide: &Slide, chapter: &mut Chapter) { FILE: mdbook-exerciser/src/lib.rs constant FILENAME_START (line 22) | const FILENAME_START: &str = ""; function process (line 25) | pub fn process(output_directory: &Path, input_contents: &str) -> anyhow:... FILE: mdbook-exerciser/src/main.rs function main (line 26) | fn main() -> anyhow::Result<()> { function process_all (line 56) | fn process_all(book: &Book, output_directory: &Path) -> anyhow::Result<(... FILE: src/android/aidl/birthday_service/src/client.rs constant SERVICE_IDENTIFIER (line 28) | const SERVICE_IDENTIFIER: &str = "birthdayservice"; function main (line 31) | fn main() -> Result<(), Box> { type InfoProvider (line 81) | struct InfoProvider { method name (line 89) | fn name(&self) -> binder::Result { method years (line 93) | fn years(&self) -> binder::Result {