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