Skip to main content

SinkFactory

Type Alias SinkFactory 

Source
pub type SinkFactory = Arc<dyn Fn(Value) -> CliResult<Box<dyn Sink>> + Send + Sync>;
Expand description

A factory that builds a Sink trait object from its sink.config. See SourceFactory for the contract.

Aliased Typeยง

pub struct SinkFactory { /* private fields */ }