Trait tikv_client_store::KvClient[][src]

pub trait KvClient {
    #[must_use]
    fn dispatch<'life0, 'life1, 'async_trait>(
        &'life0 self,
        req: &'life1 dyn Request
    ) -> Pin<Box<dyn Future<Output = Result<Box<dyn Any>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        'life1: 'async_trait,
        Self: 'async_trait
; }

Required methods

#[must_use]
fn dispatch<'life0, 'life1, 'async_trait>(
    &'life0 self,
    req: &'life1 dyn Request
) -> Pin<Box<dyn Future<Output = Result<Box<dyn Any>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    'life1: 'async_trait,
    Self: 'async_trait, 
[src]

Loading content...

Implementors

Loading content...