pub type EventReceiver<T> = Receiver<T>;

Aliased Type§

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