Searched defs:before_help (Results 1 – 4 of 4) sorted by relevance
393 let before_help = if self.use_long { in write_before_help() localVariable
297 let before_help = if self.use_long { in write_before_help() localVariable
82 before_help: Option<StyledStr>, field1583 pub fn before_help(mut self, help: impl IntoResettable<StyledStr>) -> Self { in before_help() method
90 before_help: Option<&'help str>, field1581 pub fn before_help<S: Into<&'help str>>(mut self, help: S) -> Self { in before_help() method