Trait enumoid::Enumoid1[][src]

pub trait Enumoid1: Enumoid {
    const FIRST: Self;
    const LAST: Self;
}
Expand description

Trait for enumerable types with at least one value.

Associated Constants

Implementors