Enum smolset::InnerSmolSetIter[][src]

pub enum InnerSmolSetIter<'a, A: Array> where
    A::Item: PartialEq + Eq + Hash + 'a, 
{ Stack(Iter<'a, A::Item>), Heap(Iter<'a, A::Item>), }

Variants

Stack(Iter<'a, A::Item>)

Tuple Fields of Stack

0: Iter<'a, A::Item>
Heap(Iter<'a, A::Item>)

Tuple Fields of Heap

0: Iter<'a, A::Item>

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.