Searched defs:help_template (Results 1 – 5 of 5) sorted by relevance
3 mod help_template; module
2056 pub fn help_template(mut self, s: impl IntoResettable<StyledStr>) -> Self { in help_template() method
1782 pub fn help_template<S: Into<&'help str>>(mut self, s: S) -> Self { in help_template() method