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

pub trait Modulus {
    fn op_mod(&self, &Runtime, &RtObject) -> Result<RtObject, Error> { ... }
    fn native_mod(&self, &Type) -> Result<Type, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors