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