Trait range_traits::Enum
source · pub trait Enum: PartialOrd + MaybeBounded {
// Required methods
fn pred(&self) -> Option<Self>;
fn succ(&self) -> Option<Self>;
}Expand description
Type for which instances can be entirely enumerated.