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

pub trait InvertValue {
    fn op_invert(&self, &Runtime) -> Result<RtObject, Error> { ... }
    fn native_invert(&self) -> Result<Number, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors