pub type Minimum<A, B> = <A as Min<B>>::Output;
Alias for the associated type of Min: Minimum<A, B> = <A as Min<B>>::Output
Min
Minimum<A, B> = <A as Min<B>>::Output
Note: Encountered an error during type layout; the type failed to be normalized.