Trait OperLeftAssocDecider
pub trait OperLeftAssocDecider {
// Required method
fn well_known_left_associative(&self, op: &BinOper) -> bool;
}
pub trait OperLeftAssocDecider {
// Required method
fn well_known_left_associative(&self, op: &BinOper) -> bool;
}