pub trait ApplyOverrides { // Required method fn apply_overrides(&mut self, workarounds: &DriverBugWorkarounds); }