Function std::str::from_utf8_mut 1.20.0
[−]
[src]
pub fn from_utf8_mut(v: &mut [u8]) -> Result<&mut str, Utf8Error>
Converts a mutable slice of bytes to a mutable string slice.