pub type RefLookup<'a> = dyn Fn(&str) -> Vec<(Arc<str>, u32, u16, u16)> + 'a;
Callback signature for the mir-codebase reference-lookup fast path: (key) -> Vec<(file_uri, start_byte, end_byte)>.
(key) -> Vec<(file_uri, start_byte, end_byte)>