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

pub trait Send {
    fn meth_send(&self, &Runtime, &RtObject) -> Result<RtObject, Error> { ... }
    fn native_meth_send(&self, &Type) -> Result<Type, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors