Trait rspolib::SaveAsPOFile
source · pub trait SaveAsPOFile {
// Provided method
fn save_as_pofile(&self, path: &str)
where Self: Display { ... }
}Expand description
Save file as a PO file with the save_as_pofile method
Provided Methods§
sourcefn save_as_pofile(&self, path: &str)where
Self: Display,
fn save_as_pofile(&self, path: &str)where Self: Display,
Save the file as a PO file to the given path