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