pub trait Notification: EventEmitter<NotificationEvent> + Render { }

Implementors§