pub trait LoadMinVersion { // Required method fn load_min_version(&mut self, n_version: i32) -> bool; }