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

pub trait PositiveValue {
    fn op_pos(&self, &Runtime) -> Result<RtObject, Error> { ... }
    fn native_pos(&self) -> Result<Number, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors