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

pub trait IPartialEq {
    fn eq<'o>(&self, other: &'o Arg<'o>) -> bool;

    fn ne<'o>(&self, other: &'o Arg<'o>) -> bool { ... }
}

Required Methods

Provided Methods

Implementors