pub trait HandleFileType { // Required method fn filetype(&self, pa: &Pass<'_>) -> Option<&'static str>; }