Skip to main content

StreamingDataSink

Type Alias StreamingDataSink 

Source
pub type StreamingDataSink = Box<dyn StreamingSink>;
Expand description

Boxed streaming sink trait object.

Aliased Typeยง

pub struct StreamingDataSink(/* private fields */);