Type Definition hrpc::common::socket::BoxedSocketTx

source · []
pub type BoxedSocketTx = Pin<Box<dyn Sink<SocketMessage, Error = BoxError> + Send + Sync + 'static>>;
Expand description

A boxed sink that accepts socket messages.