W3cubDocs

/Rust

Function std::char::decode_utf8

pub fn decode_utf8<I>(i: I) -> DecodeUtf8<I::IntoIter> where I: IntoIterator<Item=u8>
🔬 This is a nightly-only experimental API. (decode_utf8 #33906)

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