proc_macro2::parse

Function backslash_u

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