Searched defs:from_str (Results 1 – 4 of 4) sorted by relevance
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