[][src]Trait places::api::matcher::Matcher

trait Matcher {
    fn search(
        &self,
        conn: &PlacesDb,
        max_results: u32
    ) -> Result<Vec<SearchResult>>; }

Required methods

fn search(&self, conn: &PlacesDb, max_results: u32) -> Result<Vec<SearchResult>>

Loading content...

Implementors

impl<'query> Matcher for Adaptive<'query>[src]

impl<'query> Matcher for OriginOrUrl<'query>[src]

impl<'query> Matcher for Suggestions<'query>[src]

Loading content...