Struct tsukuyomi::server::blocking::BlockingError [−][src]
pub struct BlockingError(_);
A error type which will be returned from blocking.
Methods
impl BlockingError[src]
impl BlockingErrorpub fn into_inner(self) -> BlockingError[src]
pub fn into_inner(self) -> BlockingErrorTrait Implementations
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 Display for BlockingError[src]
impl Display 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