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