Skip to main content

BoxedSubscriber

Type Alias BoxedSubscriber 

Source
pub type BoxedSubscriber<In, InError> = Box<dyn Subscriber<In = In, InError = InError> + Send + Sync>;

Aliased Typeยง

pub struct BoxedSubscriber<In, InError>(/* private fields */);