You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
postsack/core/src/types/format_type.rs

11 lines
298 B
XML

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