pub trait OperLeftAssocDecider {
// Required method
fn well_known_left_associative(&self, op: &BinOper) -> bool;
}Required Methods§
fn well_known_left_associative(&self, op: &BinOper) -> bool
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".