pub fn whole(i: &mut Tokens<'_>) -> ModalResult<ExpressionConstraint, Failure>Expand description
A whole input: one expression constraint and nothing after it.
ยงErrors
Returns the failure at the first token the grammar does not admit, with the token class expected there when a rule names one.