Skip to main content

string_from_bytes

Function string_from_bytes 

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

Parses the bytes into a string.