Skip to main content

DeltaStream

Type Alias DeltaStream 

Source
pub type DeltaStream = Pin<Box<dyn Stream<Item = Result<Delta>> + Send>>;
Expand description

Pinned, heap-allocated delta stream.

Aliased Typeยง

pub struct DeltaStream { /* private fields */ }