pub type ConnectionStream = Pin<Box<dyn Stream<Item = Result<AsyncMessage, Error>> + Send>>;

Aliased Type§

struct ConnectionStream { /* private fields */ }