pub trait GetVersion {
    fn get_version(&self) -> i32;
}

Required Methods§

Implementors§