pub trait OperLeftAssocDecider {
// Required method
fn well_known_left_associative(&self, op: &BinOper) -> bool;
}Available on crate feature
migration only.pub trait OperLeftAssocDecider {
// Required method
fn well_known_left_associative(&self, op: &BinOper) -> bool;
}migration only.