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

pub trait Subtract {
    fn op_sub(&self, &Runtime, &RtObject) -> Result<RtObject, Error> { ... }
    fn native_sub(&self, &Type) -> Result<Type, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors