Function string_from_cow

Source
pub fn string_from_cow(cow: Cow<'_, [u8]>) -> Result<String, Box<dyn Error>>