pub fn from_rune_bytes_mut(bytes: &mut [u8]) -> Option<&mut RuneStr>
Expand description

Convert a slice of bytes to a string slice; mutable version.