Function std::str::from_boxed_utf8_unchecked 1.20.0
[−]
[src]
pub unsafe fn from_boxed_utf8_unchecked(v: Box<[u8]>) -> Box<str>
Converts a boxed slice of bytes to a boxed string slice without checking that the string contains valid UTF-8.