Function xrust::parser::combinators::tag::tag

source ·
pub fn tag(
    expected: &str
) -> impl Fn(ParseInput<'_>) -> ParseResult<'_, ()> + '_