BoxedSubscriber

Type Alias BoxedSubscriber 

Source
pub type BoxedSubscriber<E> = Box<dyn Subscriber<E>>;

Aliased Typeยง

pub struct BoxedSubscriber<E>(/* private fields */);