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