pub trait GetCommonVersion {
    // Required method
    fn get_common_version(&self) -> i32;
}

Required Methods§

Implementors§