Type Definition typenum::operator_aliases::Quot [−][src]
pub type Quot<A, B> = <A as Div<B>>::Output;
Expand description
Alias for the associated type of Div
: Quot<A, B> = <A as Div<B>>::Output
pub type Quot<A, B> = <A as Div<B>>::Output;
Alias for the associated type of Div
: Quot<A, B> = <A as Div<B>>::Output