Searched defs:FromStr (Results 1 – 8 of 8) sorted by relevance
48 fn parse_key_val<T, U>(s: &str) -> Result<(T, U), Box<dyn Error + Send + Sync + 'static>> in parse_key_val()52 U: std::str::FromStr, in parse_key_val()
102 impl FromStr for $t { impl
183 impl FromStr for $t { impl
1389 impl FromStr for $t { impl
551 pub trait FromStr: Sized { interface
183 StringRef FromStr; variable
410 pub fn base10_parse<N>(&self) -> Result<N> in base10_parse()482 pub fn base10_parse<N>(&self) -> Result<N> in base10_parse()
40 impl FromStr for $name { impl