Struct nom_operator::OpParser
[−]
[src]
pub struct OpParser<'a, OperatorEnum> where
OperatorEnum: Sized + Copy + Debug, { /* fields omitted */ }
Operator parser state Is generic over the Atom return type and the Operator type (Usually an enum)