Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs490 pub fn from_string<S: Into<String>>(raw: S) -> Option<Self> { in from_string() method
984 pub fn from_string<S: Into<String>>(addr: S) -> Option<RawAddress> { in from_string() method