Trait wasmbus_rpc::MessageDispatch[][src]

pub trait MessageDispatch {
    fn dispatch<'life0, 'life1, 'life2, 'async_trait>(
        &'life0 self,
        ctx: &'life1 Context,
        message: Message<'life2>
    ) -> Pin<Box<dyn Future<Output = Result<Message<'_>, RpcError>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        'life1: 'async_trait,
        'life2: 'async_trait,
        Self: 'async_trait
; }

Required methods

Implementors