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

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

Associated Types

type Done

Loading content...

Required methods

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

Loading content...

Implementors

Loading content...