Trait hexe_core::iter::All [] [src]

pub trait All: Iterable {
    const ALL: Range<Self>;
}

A type whose instances can all be efficiently iterated over via Range.

Associated Constants

An iterator over all instances of this type.

Implementors