Function std::char::decode_utf8
[−]
[src]
pub fn decode_utf8<I>(i: I) -> DecodeUtf8<I::IntoIter> where I: IntoIterator<Item=u8>
🔬 This is a nightly-only experimental API. (
decode_utf8
)Decodes an Iterator
of bytes as UTF-8.