Function parse_pi

Source
fn parse_pi<'input>(
    s: &mut Stream<'input>,
    events: &mut dyn XmlEvents<'input>,
) -> Result<(), Error>