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

pub trait InPlaceModulus {
    fn op_imod(&self, &Runtime, &RtObject) -> Result<RtObject, Error> { ... }
    fn native_imod(&self, &Type) -> Result<Type, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors