FileCache

Trait FileCache 

Source
pub trait FileCache {
    // Required method
    fn fetch(&self, ctx: SyntaxCtxIndex) -> Option<(PathBuf, &String)>;
}

Required Methods§

Implementors§