Home
last modified time | relevance | path

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

/ohos5.0/base/security/code_signature/services/key_enable/src/
H A Dcert_path_utils.rs58 fn from_str(s: &str) -> Result<u32, ()> { in from_str() method
86 fn from_str(s: &str) -> Result<u32, ()> { in from_str() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/
H A Derror.rs158 pub(crate) fn from_str(kind: ErrorKind, msg: &'static str) -> Self { in from_str() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Dproxy.rs194 pub(crate) fn from_str(no_proxy: &str) -> Option<Self> { in from_str() method
/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dvalue.rs818 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
H A Ddeserializer.rs173 pub fn from_str<'a, T>(str: &'a str) -> Result<T, Error> in from_str() function