Trait dimensioned::peano::KeepPeano [] [src]

pub trait KeepPeano<RHS>: Peano {
    type Output;
}

This trait does nothing, but it forces Self and RHS to be the same peano number.

Associated Types

type Output

Implementors