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

Converts a slice of bytes to a mutable string slice.