[][src]Type Definition fixed::types::extra::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