Struct meio::handlers::InteractionTask[][src]

pub struct InteractionTask<I: Interaction> { /* fields omitted */ }
Expand description

Interaction task that can be awaited or aattached to a Context.

Implementations

Receive a value

Trait Implementations

The result of a finished task.

The log target for the LiteTask.

Routine that can be unconditionally interrupted.

Routine of the task that can contain loops. It can taks into accout provided receiver to implement graceful interruption. Read more

Called before repeatable_routine for initialization. The routine will be interrupted if this method failed. Read more

Routine that will be repeated till fail or success. Read more

Check of the every intaration of a routine.

Called when the Task finished.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.