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

pub trait InPlaceSubtract {
    fn op_isub(&self, &Runtime, &RtObject) -> Result<RtObject, Error> { ... }
    fn native_isub(&self, &Type) -> Result<Type, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors