[][src]Trait mhra_products_search_client::Searchable

pub trait Searchable {
#[must_use]    fn search<'life0, 'async_trait>(
        &'life0 self,
        __arg1: String
    ) -> Pin<Box<dyn Future<Output = Result<AzureSearchResults, Error>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Required methods

#[must_use]fn search<'life0, 'async_trait>(
    &'life0 self,
    __arg1: String
) -> Pin<Box<dyn Future<Output = Result<AzureSearchResults, Error>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Loading content...

Implementors

impl Searchable for AzureSearchClient[src]

Loading content...