pub fn decode_utf8<I>(i: I) -> DecodeUtf8<I::IntoIter> where I: IntoIterator<Item=u8>
Decodes an Iterator
of bytes as UTF-8.
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/char/fn.decode_utf8.html