Skip to main content

ExtraSearchDocs

Type Alias ExtraSearchDocs 

Source
pub type ExtraSearchDocs = Arc<dyn Fn() -> Vec<SearchDocument> + Send + Sync>;
Expand description

Hook that contributes extra root-scope --search documents.

Aliased Typeยง

pub struct ExtraSearchDocs { /* private fields */ }