pub struct ConsoleContext { /* private fields */ }
Expand description

Present ConsoleContext

Implementations

Create new ConsoleContext

Console need exit

Set console exit flag

Append console command

Export command to Vec

Get current command count

Get current input tag

Receive ConsoleResponse message

Try get current ProgramRequest

Check if tag is outdated

Wait ConsoleResponse

Errors

If Console exited, tag is outdated, or request is expired, then error is returned

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.