Skip to main content

AdvancedSearchResponseContent

Type Alias AdvancedSearchResponseContent 

Source
pub type AdvancedSearchResponseContent = AdvancedSearchResult;

Aliased Type§

pub struct AdvancedSearchResponseContent {
    pub matches: Vec<SearchMatch>,
}

Fields§

§matches: Vec<SearchMatch>