Trait serde_tc::StubCall

source ·
pub trait StubCall: Send + Sync {
    type Error;

    fn call<'life0, 'async_trait>(
        &'life0 self,
        method: &'static str,
        params: String
    ) -> Pin<Box<dyn Future<Output = Result<String, Self::Error>> + Send + 'async_trait>>
    where
        Self: 'async_trait,
        'life0: 'async_trait
; }

Required Associated Types§

Required Methods§

Implementors§