Trait serde_tc::DispatchStringTupleAsync[][src]

pub trait DispatchStringTupleAsync {
    type Error: Error;
#[must_use]    fn dispatch<'life0, 'life1, 'life2, 'async_trait>(
        &'life0 self,
        method: &'life1 str,
        arguments: &'life2 str
    ) -> Pin<Box<dyn Future<Output = Result<String, DictError<Self::Error>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        'life1: 'async_trait,
        'life2: 'async_trait,
        Self: 'async_trait
; }

Associated Types

Loading content...

Required methods

#[must_use]fn dispatch<'life0, 'life1, 'life2, 'async_trait>(
    &'life0 self,
    method: &'life1 str,
    arguments: &'life2 str
) -> Pin<Box<dyn Future<Output = Result<String, DictError<Self::Error>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    'life1: 'async_trait,
    'life2: 'async_trait,
    Self: 'async_trait, 
[src]

Loading content...

Implementors

Loading content...