pub trait FoldableExtMonoid<M>: Foldable<M> + Sizedwhere
    M: Monoid,
{ fn fold(self) -> M { ... } }

Provided Methods§

Implementations on Foreign Types§

Implementors§