Type Definition hrpc::common::socket::BoxedSocketRx

source · []
pub type BoxedSocketRx = Pin<Box<dyn Stream<Item = Result<SocketMessage, BoxError>> + Send + Sync + 'static>>;
Expand description

A boxed stream that yields socket messages.