[src]

Function std::str::raw::as_owned_vec

pub unsafe fn as_owned_vec<'a>(s: &'a mut ~str) -> &'a mut ~[u8]

Access the str in its vector representation. The caller must preserve the valid UTF-8 property when modifying.