pub trait Commutative {
    const COMMUTATIVE: bool;
}

Associated Constants

Implementors