Trait beagle::consts::HasSmaller [] [src]

pub trait HasSmaller: NotSame<Self::Smaller> {
    type Smaller: HasLarger<Larger = Self> + NotSame<Self>;
}

Types that have constants smaller than themselves

Associated Types

Implementors