Searched defs:try_parse (Results 1 – 7 of 7) sorted by relevance
23 fn try_parse(input: ParseStream) -> Result<Args> { in try_parse() function
16 fn try_parse(iter: Iter) -> Result<Release, ()> { in try_parse() function
31 fn try_parse(iter: Iter) -> Result<Date, ()> { in try_parse() function
607 fn try_parse() -> Result<Self, clap::Error> { in try_parse() method
466 macro_rules! try_parse ( macro
435 fn try_parse(s: &str) -> Option<f64> { in summarize() function
1312 macro_rules! try_parse { in parse() macro