Function core::str::next_code_pointUnstable [-] [+] [src]

pub fn next_code_point(bytes: &mut Iter<u8>) -> Option<u32>

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