// use std::default::Default; // use std::path::PathBuf; // pub trait ImporterFormatType: Default + Clone + Copy + Eq { // // fn all_formats() -> Vec // // where // // Self: Sized; // fn name(&self) -> &'static str; // fn default_path(&self) -> Option; // }