Type Alias starbase_events::BoxedSubscriber
source · pub type BoxedSubscriber<E> = Box<dyn Subscriber<E>>;Aliased Type§
struct BoxedSubscriber<E>(/* private fields */);pub type BoxedSubscriber<E> = Box<dyn Subscriber<E>>;struct BoxedSubscriber<E>(/* private fields */);