Struct tsukuyomi::server::blocking::BlockingError[][src]

pub struct BlockingError(_);

A error type which will be returned from blocking.

Methods

impl BlockingError
[src]

Trait Implementations

impl Debug for BlockingError
[src]

Formats the value using the given formatter. Read more

impl Display for BlockingError
[src]

Formats the value using the given formatter. Read more

impl Error for BlockingError
[src]

This method is soft-deprecated. Read more

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

Auto Trait Implementations

impl Send for BlockingError

impl Sync for BlockingError