Skip to main content

Subscription

Type Alias Subscription 

Source
pub type Subscription<T> = Receiver<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 */ }