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

pub trait Call {
    fn op_call(
        &self,
        &Runtime,
        &RtObject,
        &RtObject,
        &RtObject
    ) -> Result<RtObject, Error> { ... } fn native_call(&self, &Type, &Type, &Type) -> Result<Type, Error> { ... } }

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors