Skip to main content

ProjectionSink

Trait ProjectionSink 

Source
pub trait ProjectionSink<Out> {
    // Required method
    fn emit(&mut self, output: Out);
}

Required Methods§

Source

fn emit(&mut self, output: Out)

Implementors§