Trait peano::NonNeg [] [src]

pub trait NonNeg: Peano { }

Implemented for Zero and all numbers of the form Succ<N: NonNeg>.

Implementors