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

pub trait NegateValue {
    fn op_neg(&self, &Runtime) -> Result<RtObject, Error> { ... }
    fn native_neg(&self) -> Result<Number, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors