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

pub trait Multiply {
    fn op_mul(&self, &Runtime, &RtObject) -> Result<RtObject, Error> { ... }
    fn native_mul(&self, &Type) -> Result<Native, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors