[][src]Function pom::parser::tag

pub fn tag<'a, 'b: 'a>(tag: &'b str) -> Parser<'a, char, &'a str>

Success when tag matches current input.