Home
last modified time | relevance | path

Searched refs:PathBufValueParser (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/clap/src/builder/
Dmod.rs47 pub use value_parser::PathBufValueParser;
Dvalue_parser.rs254 ValueParserInner::PathBuf => &PathBufValueParser {}, in any_value_parser()
941 pub struct PathBufValueParser {} struct
943 impl PathBufValueParser { impl
950 impl TypedValueParser for PathBufValueParser { implementation
980 impl Default for PathBufValueParser { implementation
/third_party/rust/crates/clap/
DCHANGELOG.md720 …bid_empty_values` with `builder::NonEmptyStringValueParser` / `builder::PathBufValueParser` (#3753)