Trait jobsteal::iter::collect::Combine [] [src]

pub trait Combine {
    fn combine(self, other: Self) -> Self;
}

Items that can be combined with another of the same type.

Required Methods

fn combine(self, other: Self) -> Self

Combine self with other.

Implementors