Type Alias typenum::operator_aliases::Diff

source ·
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

Layout§

Note: Encountered an error during type layout; the type failed to be normalized.