Trait incrust::types::abc::IPartialEq [] [src]

pub trait IPartialEq: Send + Sync {
    fn eq(&self, other: &BType) -> bool;

    fn ne(&self, other: &BType) -> bool { ... }
}

Required Methods

Provided Methods

Implementors