Searched defs:next_help_heading (Results 1 – 6 of 6) sorted by relevance
46 next_help_heading: Option<Method>, field956 let next_help_heading = self.next_help_heading.as_ref().into_iter(); in initial_top_level_methods() localVariable996 pub fn next_help_heading(&self) -> TokenStream { in next_help_heading() method997 let next_help_heading = self.next_help_heading.as_ref().into_iter(); in next_help_heading() localVariable
193 let next_help_heading = item.next_help_heading(); in gen_augment() localVariable
229 let next_help_heading = item.next_help_heading(); in gen_augment() localVariable
2119 pub fn next_help_heading(mut self, heading: impl IntoResettable<Str>) -> Self { in next_help_heading() method
1919 pub fn next_help_heading<O>(mut self, heading: O) -> Self in next_help_heading() method