[][src]Trait meio::handlers::Interaction

pub trait Interaction: Send + 'static {
    type Output: Send + 'static;
}

Interaction type can be sent to an Actor that implements InteractionHandler for that message type. It has to return a response of Output type.

Associated Types

type Output: Send + 'static

The type of a response.

Loading content...

Implementors

Loading content...