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

pub trait InPlaceAdd {
    fn op_iadd(&self, &Runtime, &RtObject) -> Result<RtObject, Error> { ... }
    fn native_iadd(&self, &Type) -> Result<Type, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors