[−][src]Trait meio::ActionHandler
Type of Handler to process incoming messages in one-shot style.
Required methods
#[must_use]fn handle<'life0, 'async_trait>(
&'life0 mut self,
input: I
) -> Pin<Box<dyn Future<Output = Result<(), Error>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,
&'life0 mut self,
input: I
) -> Pin<Box<dyn Future<Output = Result<(), Error>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,
Asyncronous method that receives incoming message.