Struct tokio::executor::current_thread::RunTimeoutError[][src]

pub struct RunTimeoutError { /* fields omitted */ }

Error returned by the run_timeout function.

Methods

impl RunTimeoutError
[src]

Returns true if the error was caused by the operation timing out.

Trait Implementations

impl Debug for RunTimeoutError
[src]

Formats the value using the given formatter. Read more

impl From<EnterError> for RunTimeoutError
[src]

Performs the conversion.

Auto Trait Implementations