SYMBOL INDEX (46 symbols across 2 files) FILE: example/lists-elided.rs type ListTactic (line 24) | pub enum ListTactic { type SeparatorTactic (line 40) | pub enum SeparatorTactic { method from_bool (line 49) | pub fn from_bool(b: bool) -> SeparatorTactic { type ListFormatting (line 58) | pub struct ListFormatting<'a> { function format_fn_args (line 70) | pub fn format_fn_args(items: I, width: usize, offset: Indent, config:... function format_item_list (line 77) | pub fn format_item_list( function list_helper (line 89) | pub fn list_helper( type ListItem (line 120) | pub struct ListItem { method as_ref (line 115) | fn as_ref(&self) -> &ListItem { method is_multiline (line 132) | pub fn is_multiline(&self) -> bool { method has_line_pre_comment (line 136) | pub fn has_line_pre_comment(&self) -> bool { method from_str (line 140) | pub fn from_str>(s: S) -> ListItem { type DefinitiveListTactic (line 152) | pub enum DefinitiveListTactic { function definitive_tactic (line 158) | pub fn definitive_tactic(items: I, tactic: ListTactic, width: usiz... function write_list (line 183) | pub fn write_list(items: I, formatting: &ListFormatting) -> Option... type ListItems (line 261) | pub struct ListItems<'a, I, F1, F2, F3> type Item (line 282) | type Item = ListItem; method next (line 284) | fn next(&mut self) -> Option { function itemize_list (line 290) | pub fn itemize_list<'a, T, I, F1, F2, F3>( function needs_trailing_separator (line 318) | fn needs_trailing_separator( function calculate_width (line 330) | fn calculate_width(items: I) -> (usize, usize) function total_item_width (line 338) | fn total_item_width(item: &ListItem) -> usize { function comment_len (line 342) | fn comment_len(comment: Option<&str>) -> usize { FILE: example/lists.rs type ListTactic (line 24) | pub enum ListTactic { type SeparatorTactic (line 40) | pub enum SeparatorTactic { method from_bool (line 49) | pub fn from_bool(b: bool) -> SeparatorTactic { type ListFormatting (line 58) | pub struct ListFormatting<'a> { function format_fn_args (line 70) | pub fn format_fn_args(items: I, width: usize, offset: Indent, config:... function format_item_list (line 83) | pub fn format_item_list( function list_helper (line 95) | pub fn list_helper( type ListItem (line 126) | pub struct ListItem { method as_ref (line 121) | fn as_ref(&self) -> &ListItem { method is_multiline (line 138) | pub fn is_multiline(&self) -> bool { method has_line_pre_comment (line 145) | pub fn has_line_pre_comment(&self) -> bool { method from_str (line 151) | pub fn from_str>(s: S) -> ListItem { type DefinitiveListTactic (line 163) | pub enum DefinitiveListTactic { function definitive_tactic (line 169) | pub fn definitive_tactic(items: I, tactic: ListTactic, width: usiz... function write_list (line 204) | pub fn write_list(items: I, formatting: &ListFormatting) -> Option... type ListItems (line 348) | pub struct ListItems<'a, I, F1, F2, F3> type Item (line 369) | type Item = ListItem; method next (line 371) | fn next(&mut self) -> Option { function itemize_list (line 476) | pub fn itemize_list<'a, T, I, F1, F2, F3>( function needs_trailing_separator (line 504) | fn needs_trailing_separator( function calculate_width (line 516) | fn calculate_width(items: I) -> (usize, usize) function total_item_width (line 527) | fn total_item_width(item: &ListItem) -> usize { function comment_len (line 533) | fn comment_len(comment: Option<&str>) -> usize {