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

pub trait GreaterThan {
    fn op_gt(&self, &Runtime, &RtObject) -> Result<RtObject, Error> { ... }
    fn native_gt(&self, &Type) -> Result<Boolean, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors