pub trait Save { // Required method fn save(&self, path: &str); }
Save file with the save method
save
Save the file to the given path