pub trait OnBusWrite { // Provided method fn on_bus_write(&mut self, _addr: u16, _val: u8, _kind: BusKind) { ... } }