Struct tokio_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 Display for RunTimeoutError
[src]

Formats the value using the given formatter. Read more

impl Error for RunTimeoutError
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

impl From<EnterError> for RunTimeoutError
[src]

Performs the conversion.

Auto Trait Implementations