Skip to main content

suggest_symbol_names

Function suggest_symbol_names 

Source
pub fn suggest_symbol_names(
    conn: &Connection,
    name: &str,
    path_filter: Option<&str>,
) -> Vec<Symbol>
Expand description

Up to three indexed symbols whose names are close to name. Never fails.