pub trait FileExtSpec: ExtractorSpec<String> {
    fn path(&self) -> Path;
}

Required Methods

Implementors