pub trait FileFormat { // Required method fn extension(&self) -> &str; }
Trait for file types
Get the file extension (“.xyz”) of the file format