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
Div
Quot<A, B> = <A as Div<B>>::Output
Note: Encountered an error during type layout; the type failed to be normalized.