Trait type_level_logic::strong::ternary::NatRevInternal []

pub trait NatRevInternal<B: Nat>: Nat {
    type Output: Nat;
}

Associated Types

Implementors