Function std::str::from_utf8_uncheckedStable [-] [+] [src]

pub unsafe fn from_utf8_unchecked(v: &'a [u8]) -> &'a str

Converts a slice of bytes to a string slice without checking that the string contains valid UTF-8.