Trait beagle::consts::IsLargerThan [] [src]

pub trait IsLargerThan<C: IsSmallerThan<Self> + NotSame<Self>>: NotSame<C> { }

A trait to indicate that a constant has a higher value than C

Implementors