Function core::str::next_code_point_reverse [] [src]

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

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