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

pub trait Add {
    fn op_add(&self, &Runtime, &RtObject) -> Result<RtObject, Error> { ... }
    fn native_add(&self, &Type) -> Result<Native, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors