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