Trait librsnek::api::method::Enter
[−]
[src]
pub trait Enter {
fn op_enter(&self, &Runtime) -> Result<RtObject, Error> { ... }
fn native_enter(&self) -> Result<Type, Error> { ... }
}
Provided Methods
fn op_enter(&self, &Runtime) -> Result<RtObject, Error>
Runtime API Method $pyname
fn native_enter(&self) -> Result<Type, Error>
Native API Method $pyname
Implementors
impl Enter for RtObjectimpl Enter for WeakRtObjectimpl Enter for Typeimpl Enter for RefCountedValue<BoolValue, RefCount>impl Enter for RefCountedValue<StringValue, RefCount>impl Enter for RefCountedValue<CodeValue, RefCount>impl Enter for RefCountedValue<ComplexValue, RefCount>impl Enter for RefCountedValue<DictValue, RefCount>impl Enter for RefCountedValue<FloatValue, RefCount>impl Enter for RefCountedValue<FrameValue, RefCount>impl Enter for RefCountedValue<FrozenSetValue, RefCount>impl Enter for RefCountedValue<IntValue, RefCount>impl Enter for RefCountedValue<IteratorValue, RefCount>impl Enter for RefCountedValue<ListValue, RefCount>impl Enter for RefCountedValue<FuncValue, RefCount>impl Enter for RefCountedValue<NoneValue, RefCount>impl Enter for RefCountedValue<ObjectValue, RefCount>impl Enter for RefCountedValue<TypeValue, RefCount>impl Enter for RefCountedValue<SetValue, RefCount>impl Enter for RefCountedValue<StringValue, RefCount>impl Enter for RefCountedValue<TupleValue, RefCount>