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

pub trait BitwiseAnd {
    fn op_and(&self, &Runtime, &RtObject) -> Result<RtObject, Error> { ... }
    fn native_and(&self, &Type) -> Result<Type, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors