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

pub trait AbsValue {
    fn op_abs(&self, &Runtime) -> Result<RtObject, Error> { ... }
    fn native_abs(&self) -> Result<Number, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors