pub type Diff<A, B> = <A as Sub<B>>::Output;
Expand description

Alias for the associated type of Sub: Diff<A, B> = <A as Sub<B>>::Output