pub trait SaveTo { // Required method fn save_to<P: AsRef<Path>>(&self, output_dir: P) -> Result<()>; }