pub type ClassDocLookup<'a> = &'a dyn Fn(&str) -> Option<Arc<ParsedDoc>>;Expand description
Workspace-index-backed class lookup: maps a short class name to the
ParsedDoc that defines it. Used by all_instance_members and
all_static_members to avoid scanning all workspace docs linearly.