Trait amadeus::par_sink::CombinerSync[][src]

pub trait CombinerSync {
    type Done;
    fn combine(&mut self, a: Self::Done, b: Self::Done) -> Self::Done;
}

Associated Types

Required methods

fn combine(&mut self, a: Self::Done, b: Self::Done) -> Self::Done[src]

Implementors