pub type Maximum<A, B> = <A as Max<B>>::Output;
Expand description

Alias for the associated type of Max: Maximum<A, B> = <A as Max<B>>::Output