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

Required Methods§

source

fn set_n_version(&mut self, x: i32)

Implementors§