Home
last modified time | relevance | path

Searched defs:PossibleValuesParser (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/clap/src/builder/
Dvalue_parser.rs1139 pub struct PossibleValuesParser(Vec<super::PossibleValue>); struct
1141 impl PossibleValuesParser { impl
1148 impl TypedValueParser for PossibleValuesParser { implementation
1201 impl<I, T> From<I> for PossibleValuesParser implementation