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