pub trait DiskWritable { // Required method fn write_to_disk(self, filename: &str) -> Result<(), String>; }