Trait librsnek::api::method::Is [] [src]

pub trait Is where
    Self: Id
{ fn op_is(&self, rt: &Runtime, rhs: &RtObject) -> Result<RtObject, Error> { ... } fn native_is(&self, other: &Type) -> Result<Boolean, Error> { ... } }

Provided Methods

Implementors