pub type BoxStream<T> = Pin<Box<dyn Stream<Item = T> + Send>>;
Re-export of wick_packet::Base64Bytes as Bytes. A Pin<Box> of T.
T
pub struct BoxStream<T> { /* private fields */ }