Home
last modified time | relevance | path

Searched defs:from_str (Results 1 – 4 of 4) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/
Derror.rs158 pub(crate) fn from_str(kind: ErrorKind, msg: &'static str) -> Self { in from_str() method
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Dproxy.rs194 pub(crate) fn from_str(no_proxy: &str) -> Option<Self> { in from_str() method
/commonlibrary/rust/ylong_json/src/
Dvalue.rs818 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
Ddeserializer.rs173 pub fn from_str<'a, T>(str: &'a str) -> Result<T, Error> in from_str() function