Function std_unicode::char::decode_utf8
[−]
[src]
ⓘImportant traits for DecodeUtf8<I>
pub fn decode_utf8<I>(i: I) -> DecodeUtf8<<I as IntoIterator>::IntoIter> where
I: IntoIterator<Item = u8>,
Decodes an Iterator
of bytes as UTF-8.