Type Alias buildsrs_database::ConnectionStream
source · pub type ConnectionStream = Pin<Box<dyn Stream<Item = Result<AsyncMessage, Error>> + Send>>;Aliased Type§
struct ConnectionStream { /* private fields */ }pub type ConnectionStream = Pin<Box<dyn Stream<Item = Result<AsyncMessage, Error>> + Send>>;struct ConnectionStream { /* private fields */ }