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