Home
last modified time | relevance | path

Searched refs:MapValueParser (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/clap/src/builder/
Dmod.rs44 pub use value_parser::MapValueParser;
Dvalue_parser.rs757 fn map<T, F>(self, func: F) -> MapValueParser<Self, F> in map()
762 MapValueParser::new(self, func) in map()
1945 pub struct MapValueParser<P, F> { struct
1950 impl<P, F, T> MapValueParser<P, F> argument
1962 impl<P, F, T> TypedValueParser for MapValueParser<P, F> implementation