Function bytes_to_utf8_string

Source
pub fn bytes_to_utf8_string<T: Into<Vec<u8>>>(input: T) -> Result<String>