SaveAsPOFile

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

Source

fn save_as_pofile(&self, path: &str)
where Self: Display,

Save the file as a PO file to the given path

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§