pub type BoxStream<'a, T> = BoxStream<'a, T>;
A conditionally compiled BoxStream. Resolves to either BoxStream or LocalBoxStream, depending on the target.
BoxStream
LocalBoxStream
struct BoxStream<'a, T> { /* private fields */ }