Skip to main content

BundledStream

Trait BundledStream 

Source
pub trait BundledStream<P: Correlation>: CorrelatedStream<P, Error = AbortError> + Buffer { }
Expand description

A stream that can fill a StreamBundler slot.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§