Subscription

Type Alias Subscription 

Source
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 */ }