Type Alias tor_rpcbase::dispatch::UpdateSink

source ·
pub type UpdateSink<U> = Pin<Box<dyn Sink<U, Error = SendUpdateError> + Send + 'static>>;
Expand description

A boxed sink on which updates of a particular type can be sent.

Aliased Type§

struct UpdateSink<U> {}