[][src]Trait glsp::IterableOps

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

Notable traits for Root<GIter>

impl Iterator for Root<GIter> type Item = Result<Val, GError>;
; }

The iterable abstract type.

Required methods

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

Notable traits for Root<GIter>

impl Iterator for Root<GIter> type Item = Result<Val, GError>;
[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...