Trait prop::nat::Dec

source · []
pub trait Dec {
    type Out: Nat;
}
Expand description

Decrement.

Associated Types

The output type.

Implementors