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§
sourcefn save_as_mofile(&self, path: &str)
fn save_as_mofile(&self, path: &str)
Save the file as a MO file to the given path