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

pub trait InPlaceBitwiseAnd {
    fn op_iand(&self, &Runtime, &RtObject) -> Result<RtObject, Error> { ... }
    fn native_iand(&self, &Type) -> Result<Type, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors