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

pub trait Await {
    fn op_await(&self, &Runtime) -> Result<RtObject, Error> { ... }
    fn native_await(&self) -> Result<Type, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors