Skip to main content

FragmentStream

Type Alias FragmentStream 

Source
pub type FragmentStream = BoxStream<'static, DistributedResult<BatchFrame>>;
Expand description

A fragment’s output stream.

Aliased Type§

pub struct FragmentStream { /* private fields */ }