pub trait NVersion {
    fn n_version(&self) -> i32;
}

Required Methods§

Implementors§