FoldSum

Type Alias FoldSum 

Source
pub type FoldSum<A> = <A as FoldAdd>::Output;
Expand description

Alias for the associated type of FoldAdd: FoldSum<A> = <A as FoldAdd>::Output

Layoutยง

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