start_tag

Function start_tag 

Source
pub fn start_tag<'a>(
    tag: &'static str,
) -> impl Parser<&'a str, (), ContextError>
Expand description

Parses the start tag <tag>