Notifier

Type Alias Notifier 

Source
pub type Notifier<T> = Sender<Result<T>>;
Expand description

A notifier for a fetch operation.

Aliased Typeยง

pub struct Notifier<T> { /* private fields */ }