Skip to main content

InputBuilder

Trait InputBuilder 

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

Required Methods§

Source

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

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§