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

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

Associated Types

type Output

Loading content...

Required methods

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

Loading content...

Implementors

Loading content...