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

pub trait ReflectedTrueDivision {
    fn op_rtruediv(&self, &Runtime, &RtObject) -> Result<RtObject, Error> { ... }
    fn native_rtruediv(&self, &Type) -> Result<Type, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors