pub fn bytes_into_string(bytes: Vec<u8>) -> Result<String, UtilError>
Expand description

Converts a byte Vec into a string, removing the trailing null byte if it exists.