Function situ::str::from_raw_utf8_unchecked_mut
source · [−]Expand description
Converts a slice of bytes to a mutable string slice without checking that the string contains valid UTF-8.
Safety
The bytes passed in must be valid UTF-8.