Struct tokio_threadpool::BlockingError[][src]

pub struct BlockingError { /* fields omitted */ }

Error raised by blocking.

Trait Implementations

impl Display for BlockingError
[src]

Formats the value using the given formatter. Read more

impl Debug for BlockingError
[src]

Formats the value using the given formatter. Read more

impl Error for BlockingError
[src]

This method is soft-deprecated. Read more

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

Auto Trait Implementations