Trait OperLeftAssocDecider

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

Required Methods§

Implementors§