pub type Notifier<T> = Sender<Result<T>>;
A notifier for a fetch operation.
pub struct Notifier<T> { /* private fields */ }