Type Definition hrpc::common::socket::BoxedSocketTx[][src]

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

A boxed sink that accepts socket messages.