pub type Minimum<A, B> = <A as Min<B>>::Output;
Expand description

Alias for the associated type of Min: Minimum<A, B> = <A as Min<B>>::Output