[−][src]Trait muta_protocol::traits::MessageHandler
Associated Types
type Message: MessageCodec
Required methods
fn process<'life0, 'async_trait>(
&'life0 self,
ctx: Context,
msg: Self::Message
) -> Pin<Box<dyn Future<Output = ProtocolResult<()>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,
&'life0 self,
ctx: Context,
msg: Self::Message
) -> Pin<Box<dyn Future<Output = ProtocolResult<()>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,