pub trait BusSendMultiFeature<MSG: Clone> { // Required method fn broadcast(&self, safe: bool, msg: MSG); }