pub type MssqlOutputBatchStreamFactory = Box<dyn FnOnce() -> Pin<Box<dyn Future<Output = Result<MssqlOutputBatchStream, DeltaFunnelError>> + Send>> + Send>;Expand description
Async factory that constructs a direct batch stream for one attempted output.
Aliased Typeยง
pub struct MssqlOutputBatchStreamFactory(/* private fields */);