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ยง
#[repr(transparent)]pub struct UpdateSink<U> { /* private fields */ }