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

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

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