pub trait Config: Config + Config { type Event: From<Event> + IsType<<Self as Config>::Event> + Into<<Self as Config>::Event>; }
The module’s configuration trait.
The overarching event type.