SaveAsMOFile

Trait 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§