pub fn decode_utf8<I: IntoIterator<Item = u8>>(i: I) -> DecodeUtf8<I::IntoIter> ⓘExpand description
Decodes an Iterator of bytes as UTF-8.
pub fn decode_utf8<I: IntoIterator<Item = u8>>(i: I) -> DecodeUtf8<I::IntoIter> ⓘDecodes an Iterator of bytes as UTF-8.