[]Type Definition lea::ctr::stream::generic_array::typenum::Diff

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

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