Skip to main content

BoxedUpdateSink

Type Alias BoxedUpdateSink 

Source
pub type BoxedUpdateSink = Pin<Box<dyn Sink<RpcValue, Error = SendUpdateError> + Send>>;
Expand description

A boxed sink on which updates can be sent.

Aliased Typeยง

#[repr(transparent)]
pub struct BoxedUpdateSink { /* private fields */ }