pub trait SetCleanSubVer {
    fn set_clean_sub_ver(&mut self, x: &str);
}

Required Methods§

Implementors§