Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/clap_lex/src/
H A Dlib.rs352 pub fn to_short(&self) -> Option<ShortFlags<'_>> { in to_short()
361 Some(ShortFlags::new(remainder_os, remainder)) in to_short()
399 pub struct ShortFlags<'s> { in display() structure names
405 impl<'s> ShortFlags<'s> { in display() impls
473 impl<'s> Iterator for ShortFlags<'s> {
/third_party/rust/crates/clap/src/parser/
H A Dparser.rs849 mut short_arg: clap_lex::ShortFlags<'_>, in parse_short_arg()

Completed in 4 milliseconds