Home
last modified time | relevance | path

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

/aosp12/system/extras/profcollectd/libprofcollectd/
H A Dconfig.rs94 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method
/aosp12/system/bt/gd/rust/hal/src/
H A Dsnoop.rs71 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() method