pub trait EventHandler { // Provided method fn on_vendor(&self, vendor: &Vendor<'_>) { ... } }
Event handler.
Handle vendor events