[][src]Trait glsp_engine::IterableOps

pub trait IterableOps {
    pub fn giter(&self) -> Root<GIter>

Notable traits for Root<GIter>

impl Iterator for Root<GIter> type Item = GResult<Val>;
; }

The iterable abstract type.

Required methods

pub fn giter(&self) -> Root<GIter>

Notable traits for Root<GIter>

impl Iterator for Root<GIter> type Item = GResult<Val>;
[src]

Loading content...

Implementors

impl IterableOps for Iterable[src]

impl IterableOps for Root<Arr>[src]

impl IterableOps for Root<Coro>[src]

impl IterableOps for Root<GIter>[src]

impl IterableOps for Root<Str>[src]

impl IterableOps for Root<Tab>[src]

Loading content...