Function std::str::raw::from_utf8_owned[src]
pub unsafe fn from_utf8_owned(v: Vec<u8>) -> String
Converts an owned vector of bytes to a new owned string. This assumes that the utf-8-ness of the vector has already been validated
pub unsafe fn from_utf8_owned(v: Vec<u8>) -> String
Converts an owned vector of bytes to a new owned string. This assumes that the utf-8-ness of the vector has already been validated
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).