= >::Output`">Sum in fixed::types::extra - Rust
Address: [go: up one dir, main page]

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

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