Skip to main content

search_with_progress

Function search_with_progress 

Source
pub async fn search_with_progress(
    options: &SearchOptions,
    progress_callback: Option<SearchProgressCallback>,
) -> Result<Vec<SearchResult>>