pub trait SetNVersion {
    fn set_n_version(&mut self, x: i32);
}

Required Methods§

Implementors§