Function restq_http::tag

source ·
pub fn tag<'a, 'b>(tag: &'b str) -> Parser<'a, char, &'a str>
where 'b: 'a,
Expand description

Success when tag matches current input.