Type Definition tor_rpcbase::dispatch::BoxedUpdateSink
source · pub type BoxedUpdateSink = Pin<Box<dyn Sink<RpcValue, Error = SendUpdateError> + Send>>;Expand description
A boxed sink on which updates can be sent.
pub type BoxedUpdateSink = Pin<Box<dyn Sink<RpcValue, Error = SendUpdateError> + Send>>;A boxed sink on which updates can be sent.