Struct tokio_threadpool::BlockingError [] [src]

pub struct BlockingError { /* fields omitted */ }

Error raised by blocking.

Trait Implementations

impl Debug for BlockingError
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for BlockingError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for BlockingError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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

Auto Trait Implementations

impl Send for BlockingError

impl Sync for BlockingError