pub fn tag<'a>( value: &'static str, ) -> impl Fn(&'a str) -> ParseResult<'a, &'a str>
Recognizes a string.
Use tag_owned when the value is built at runtime.
tag_owned