Skip to main content

ProcessorBuilder

Trait ProcessorBuilder 

Source
pub trait ProcessorBuilder: Send + Sync {
    // Required method
    fn build(&self, config: &Option<Value>) -> Result<Arc<dyn Processor>, Error>;
}

Required Methods§

Source

fn build(&self, config: &Option<Value>) -> Result<Arc<dyn Processor>, Error>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§