Type Definition fixed::types::extra::Diff[][src]

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