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

pub trait IsDisjoint {
    fn meth_isdisjoint(&self, &Runtime, &RtObject) -> Result<RtObject, Error> { ... }
    fn native_meth_isdisjoint(&self, &Type) -> Result<Boolean, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors