Searched defs:after_long_help (Results 1 – 2 of 2) sorted by relevance
85 after_long_help: Option<StyledStr>, field1563 pub fn after_long_help(mut self, help: impl IntoResettable<StyledStr>) -> Self { in after_long_help() method
93 after_long_help: Option<&'help str>, field1561 pub fn after_long_help<S: Into<&'help str>>(mut self, help: S) -> Self { in after_long_help() method