Skip to main content

tag

Function tag 

Source
pub fn tag<'a>(
    value: &'static str,
) -> impl Fn(&'a str) -> ParseResult<'a, &'a str>
Expand description

Recognizes a string.

Use tag_owned when the value is built at runtime.