Type Alias FoldProd

Source
pub type FoldProd<A> = <A as FoldMul>::Output;
Expand description

Alias for the associated type of FoldMul: FoldProd<A> = <A as FoldMul>::Output

Layout§

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