Home
last modified time | relevance | path

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

/external/rust/crates/clap/src/
Dlib.rs608 Self::try_from_argmatches(Self::into_app().get_matches_safe()?) in try_parse()
617 Self::try_from_argmatches(Self::into_app().get_matches_from_safe(argv)?) in try_parse_from()
633 fn try_from_argmatches<'a>(matches: clap::ArgMatches<'a>) -> Result<Self, clap::Error>; in try_from_argmatches() method