Enum pest::prec_climber::Assoc [−][src]
pub enum Assoc {
Left,
Right,
}Associativity of an Operator.
Variants
Left Operator associativity
Right Operator associativity
pub enum Assoc {
Left,
Right,
}Associativity of an Operator.
Left Operator associativity
Right Operator associativity
impl Copy for Assoc[src]impl Eq for Assoc[src]impl StructuralEq for Assoc[src]impl StructuralPartialEq for Assoc[src]impl RefUnwindSafe for Associmpl Send for Associmpl Sync for Associmpl Unpin for Associmpl UnwindSafe for Assoc