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
fn op_await(&self, &Runtime) -> Result<RtObject, Error>
Runtime API Method $pyname
fn native_await(&self) -> Result<Type, Error>
Native API Method $pyname
Implementors
impl Await for RtObjectimpl Await for WeakRtObjectimpl Await for Typeimpl Await for RefCountedValue<BoolValue, RefCount>impl Await for RefCountedValue<StringValue, RefCount>impl Await for RefCountedValue<CodeValue, RefCount>impl Await for RefCountedValue<ComplexValue, RefCount>impl Await for RefCountedValue<DictValue, RefCount>impl Await for RefCountedValue<FloatValue, RefCount>impl Await for RefCountedValue<FrameValue, RefCount>impl Await for RefCountedValue<FrozenSetValue, RefCount>impl Await for RefCountedValue<IntValue, RefCount>impl Await for RefCountedValue<IteratorValue, RefCount>impl Await for RefCountedValue<ListValue, RefCount>impl Await for RefCountedValue<FuncValue, RefCount>impl Await for RefCountedValue<NoneValue, RefCount>impl Await for RefCountedValue<ObjectValue, RefCount>impl Await for RefCountedValue<TypeValue, RefCount>impl Await for RefCountedValue<SetValue, RefCount>impl Await for RefCountedValue<StringValue, RefCount>impl Await for RefCountedValue<TupleValue, RefCount>