Skip to main content

Notifier

Type Alias Notifier 

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

Aliased Typeยง

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