Function parse_comment

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