Trait type_level_logic::strong::ternary::NatDivInternal []

pub trait NatDivInternal<B: Nat, C: NatPair>: Nat {
    type Output: NatPair;
}

Associated Types

Implementors