Skip to main content

find_any_doc

Function find_any_doc 

Source
pub fn find_any_doc(name: &str) -> Option<&'static DocEntry>
Expand description

Look up the first entry with a given name, regardless of kind. Hover uses this when it doesn’t yet know whether the symbol is a type or a syntax keyword.