Type Alias BoxStream

Source
pub type BoxStream<'a, T> = BoxStream<'a, T>;
Expand description

A conditionally compiled BoxStream. Resolves to either BoxStream or LocalBoxStream, depending on the target.

Aliased Typeยง

struct BoxStream<'a, T> { /* private fields */ }