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

pub trait LessThan {
    fn op_lt(&self, &Runtime, &RtObject) -> Result<RtObject, Error> { ... }
    fn native_lt(&self, &Type) -> Result<Boolean, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors