pub trait Event: ErrorType { // Required method fn payload(&self) -> EventPayload<'_, Self::Error>; }