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

pub trait BitwiseOr {
    fn op_or(&self, &Runtime, &RtObject) -> Result<RtObject, Error> { ... }
    fn native_or(&self, &Type) -> Result<Type, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors