Searched defs:help_heading (Results 1 – 3 of 3) sorted by relevance
84 pub(crate) help_heading: Option<Option<Str>>, field2176 pub fn help_heading(mut self, heading: impl IntoResettable<Str>) -> Self { in help_heading() method
99 pub(crate) help_heading: Option<Option<&'help str>>, field2799 pub fn help_heading<O>(mut self, heading: O) -> Self in help_heading() method
1899 pub fn help_heading<O>(self, heading: O) -> Self in help_heading() method