Type Definition meio::handlers::InteractionResponder[][src]

pub type InteractionResponder<T> = Sender<Result<T, Error>>;
Expand description

The alias to sender of an interaction result.

Trait Implementations