Searched defs:from_bytes (Results 1 – 3 of 3) sorted by relevance
38 fn from_bytes(string: &[u8]) -> Result<&str> { in from_bytes() function
62 fn from_bytes(string: &[u8]) -> Result<Option<OsString>> { in from_bytes() function
645 pub fn from_bytes( in from_bytes() method