Searched defs:try_from_str (Results 1 – 6 of 6) sorted by relevance
138 let try_from_str = try_from_str( in from_string_inner() localVariable153 fn try_from_str( in try_from_str() function164 fn try_from_str( in try_from_str() function
62 pub fn try_from_str(s: &'a str) -> Option<Self> { in try_from_str() method262 pub fn try_from_str(s: &'a str) -> Option<Self> { in try_from_str() method314 pub fn try_from_str(s: &'a str) -> Option<Self> { in try_from_str() method
112 fn try_from_str(s: &str) -> FResult<Self> { in try_from_str() method
67 pub fn try_from_str(name: &str, version: &str) -> Result<Self, semver::Error> { in try_from_str() method
412 fn try_from_str(s: &str) -> Result<Self, Error> { in try_from_str() method