pub type Subscriber<T> = UnboundedSender<Arc<T>>;Expand description
The subscriber type for the interested event. This can be used to send the interested event from multiple sources into one receiver.
Aliased Typeยง
pub struct Subscriber<T> { /* private fields */ }