Skip to main content

RefLookup

Type Alias RefLookup 

Source
pub type RefLookup<'a> = dyn Fn(&str) -> Vec<(Arc<str>, u32, u32)> + 'a;
Expand description

Callback signature for the mir-codebase reference-lookup fast path: (key) -> Vec<(file_uri, start_byte, end_byte)>.