pub trait Sum<G: Scope> {
    fn sum(&self) -> Stream<G, usize>;
}

Required Methods§

Implementors§