Enum librsnek::system::primitives::Iterator [] [src]

pub enum Iterator {
    Sequence {
        source: RtObject,
        idx_next: Cell<Count>,
    },
    Empty,
}

Wrapper to hold iterators that come from difference sources.

Variants

Fields of Sequence

Methods

impl Iterator
[src]

Trait Implementations

impl Debug for Iterator
[src]

Formats the value using the given formatter.