UpdateSink

Type Alias 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ยง

pub struct UpdateSink<U> { /* private fields */ }