Function literal

Source
pub fn literal<'a>() -> impl FnMut(LocatedSpan<&'a str>) -> IResult<LocatedSpan<&'a str>, Literal, LocatedParseError>
Expand description

[13t] literal ::= rdfLiteral | numericLiteral | booleanLiteral