pub trait SetCommonVersion {
    fn set_common_version(&mut self, greatest_common_version: i32);
}

Required Methods§

Implementors§