Skip to main content

str_from_bytes

Function str_from_bytes 

Source
pub fn str_from_bytes(bytes: &[u8]) -> Result<&str>
Expand description

Parses the bytes into a string.