pub type Subscription<T> = UnboundedReceiver<Arc<T>>;Expand description
The subscription type for the interested event. Drop this subscription to remove the callback.
Aliased Typeยง
pub struct Subscription<T> { /* private fields */ }pub type Subscription<T> = UnboundedReceiver<Arc<T>>;The subscription type for the interested event. Drop this subscription to remove the callback.
pub struct Subscription<T> { /* private fields */ }