Type Alias Notifier

Source
type Notifier<T> = Sender<Result<(), StorageError<T>>>;

Aliased Typeยง

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