Home
last modified time | relevance | path

Searched refs:ValueParserFactory (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/clap/src/builder/
H A Dmod.rs54 pub use value_parser::ValueParserFactory;
H A Dvalue_parser.rs642 /// See `ValueParserFactory` to register `TypedValueParser::Value` with
2064 /// impl clap::builder::ValueParserFactory for Custom { in possible_values()
2090 pub trait ValueParserFactory { in possible_values() traits
2100 impl ValueParserFactory for String {
2106 impl ValueParserFactory for std::ffi::OsString {
2112 impl ValueParserFactory for std::path::PathBuf {
2118 impl ValueParserFactory for bool {
2124 impl ValueParserFactory for u8 {
2132 impl ValueParserFactory for i8 {
2140 impl ValueParserFactory fo
[all...]

Completed in 5 milliseconds