pub type BoxStream = Box<dyn AsyncStream>;Expand description
An owned, heap-allocated AsyncStream.
Aliased Type§
pub struct BoxStream(/* private fields */);pub type BoxStream = Box<dyn AsyncStream>;An owned, heap-allocated AsyncStream.
pub struct BoxStream(/* private fields */);