Unsubscribe

Type Alias Unsubscribe 

Source
pub type Unsubscribe = Box<dyn FnOnce() + Send + 'static>;

Aliased Typeยง

pub struct Unsubscribe(/* private fields */);