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

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

Interaction message to an Actor. Interactions can't be high-priority (instant), because it can block vital runtime handlers.

Associated Types

type Output: Send + 'static[src]

The result of the Interaction that will be returned by InteractionHandler.

Loading content...

Implementors

Loading content...