Skip to main content

TransformConfig

Trait TransformConfig 

Source
pub trait TransformConfig: Send + Sync {
    // Required method
    fn build(&self, cx: TransformContext) -> Result<JoinHandle<()>>;
}
Expand description

Trait for component configurations that can build a transform task.

Required Methods§

Source

fn build(&self, cx: TransformContext) -> Result<JoinHandle<()>>

Implementors§