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