UnsubHandle

Type Alias UnsubHandle 

Source
pub type UnsubHandle = Sender<()>;
Expand description

Handle for unsubscribing from network updates

Aliased Typeยง

pub struct UnsubHandle { /* private fields */ }