Searched refs:from_byte_string (Results 1 – 3 of 3) sorted by relevance
120 pub fn from_byte_string(b: &[u8; CAP]) -> Result<Self, Utf8Error> { in from_byte_string() method
248 - Add constructor `ArrayString::from_byte_string`
577 let u = ArrayString::from_byte_string(b"hello world").unwrap(); in test_string_from_bytes()