paralegal_flow::ann::parse

Function one

Source
fn one(tree: I<'_>) -> IResult<I<'_>, &TokenTree>
Expand description

Parse any one token, returning the token.

This is the basic primitive that all other parsers are built from.