Enum syntex_syntax::util::parser::Fixity
[−]
[src]
pub enum Fixity {
Left,
Right,
None,
}Variants
Left | The operator is left-associative |
Right | The operator is right-associative |
None | The operator is not associative |