typenum::operator_aliases

Type Alias PartialQuot

Source
pub type PartialQuot<A, B> = <A as PartialDiv<B>>::Output;
Expand description

Alias for the associated type of PartialDiv: PartialQuot<A, B> = <A as PartialDiv<B>>::Output

Layoutยง

Note: Encountered an error during type layout; the type failed to be normalized.