pub trait OnBusRead { // Provided method fn on_bus_read(&mut self, _addr: u16, _kind: BusKind) { ... } }