Type Alias ra_ap_project_model::FileLoader

source ·
pub type FileLoader<'a> = &'a mut dyn for<'b> FnMut(&'b AbsPath) -> Option<FileId>;