Searched defs:from_str (Results 1 – 5 of 5) sorted by relevance
58 fn from_str(s: &str) -> Result<u32, ()> { in from_str() method86 fn from_str(s: &str) -> Result<u32, ()> { in from_str() method
158 pub(crate) fn from_str(kind: ErrorKind, msg: &'static str) -> Self { in from_str() method
194 pub(crate) fn from_str(no_proxy: &str) -> Option<Self> { in from_str() method
818 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
173 pub fn from_str<'a, T>(str: &'a str) -> Result<T, Error> in from_str() function