pub fn from_raw_utf8(v: Ref<'_, [u8]>) -> Result<Ref<'_, str>, Utf8Error>
Expand description

Converts a slice of bytes to a string slice.