summaryrefslogtreecommitdiffstats
path: root/src/file/extension.rs
blob: bb247c8be01f2b6fa89333522a20007e739258ee (plain)
1
2
3
pub trait FileExtensions {
    fn extensions(&self) -> &Vec<&'static str>;
}