Trait rspolib::SaveAsMOFile

source ·
pub trait SaveAsMOFile {
    // Required method
    fn save_as_mofile(&self, path: &str);
}
Expand description

Save file as a MO file with the save_as_mofile method

Required Methods§

source

fn save_as_mofile(&self, path: &str)

Save the file as a MO file to the given path

Implementors§