Trait dimensioned::peano::MulPeano [] [src]

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

This trait allows us to multiply any two Peano numbers.

Associated Types

type Output

Implementors