Function bitflags::__core::str::next_code_point [] [src]

pub fn next_code_point<'a, I>(bytes: &mut I) -> Option<u32> where I: Iterator<Item=&'a u8>
Unstable (str_internals)
[]

Reads the next code point out of a byte iterator (assuming a UTF-8-like encoding).