Type Alias fixed::types::extra::Sum

source ·
pub type Sum<A, B> = <A as Add<B>>::Output;
Expand description

Alias for the associated type of Add: Sum<A, B> = <A as Add<B>>::Output