Trait proto_vulcan::compound::CompoundEq[][src]

pub trait CompoundEq<U, E> where
    U: User,
    E: Engine<U>, 
{ fn compound_eq(&self, other: &dyn CompoundObject<U, E>) -> bool; }

Required methods

Implementors