Struct tokio_threadpool::BlockingError
[−]
[src]
pub struct BlockingError { /* fields omitted */ }
Error raised by blocking
.
Trait Implementations
impl Display for BlockingError
[src]
fn fmt(&self, fmt: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Debug for BlockingError
[src]
fn fmt(&self, f: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more