Searched refs:BoolValueParser (Results 1 – 2 of 2) sorted by relevance
40 pub use value_parser::BoolValueParser;
251 ValueParserInner::Bool => &BoolValueParser {}, in any_value_parser()1614 pub struct BoolValueParser {} struct1616 impl BoolValueParser { implementation1630 impl TypedValueParser for BoolValueParser { implementation1667 impl Default for BoolValueParser { implementation