Function core::str::raw::from_utf8[src]
pub unsafe fn from_utf8<'a>(v: &'a [u8]) -> &'a str
Converts a slice of bytes to a string slice without checking that the string contains valid UTF-8.
pub unsafe fn from_utf8<'a>(v: &'a [u8]) -> &'a str
Converts a slice of bytes to a string slice without checking that the string contains valid UTF-8.
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).