Function core::char::decode_utf8 [] [src]

pub fn decode_utf8<I: IntoIterator<Item=u8>>(i: I) -> DecodeUtf8<I::IntoIter>
Unstable (decode_utf8 #33906)

Decodes an Iterator of bytes as UTF-8.