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