pub type Subscription<T> = Receiver<Arc<T>>;
The subscription type for the interested event. Drop this subscription to remove the callback.
pub struct Subscription<T> { /* private fields */ }