backslash_u

Function backslash_u 

Source
fn backslash_u<I>(chars: &mut I) -> Result<char, Reject>
where I: Iterator<Item = (usize, char)>,