Save

Trait Save 

Source
pub trait Save {
    // Required method
    fn save(&self, path: &str);
}
Expand description

Save file with the save method

Required Methods§

Source

fn save(&self, path: &str)

Save the file to the given path

Implementors§