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

pub trait InPlaceRightShift {
    fn op_irshift(&self, &Runtime, &RtObject) -> Result<RtObject, Error> { ... }
    fn native_irshift(&self, &Type) -> Result<Type, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors