Function from_utf8

Source
pub fn from_utf8(data: Vec<u8>) -> Result<String, Cow<'static, str>>