Struct twig::operator::OperatorOptions
[−]
[src]
pub struct OperatorOptions { pub precedence: Option<u16>, pub kind: OperatorKind, }
Operator options for parsing, sets precedence and weather it is unary/binary.
Fields
precedence | |
kind |