pub fn search_items(
doc: &RustdocJson,
query: &str,
kind_filter: Option<&str>,
module_prefix: Option<&str>,
limit: usize,
declared_features: &HashSet<String>,
) -> Vec<SearchResult>Expand description
Search for items in the rustdoc JSON by name or concept.