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