Struct tsukuyomi::server::blocking::BlockingError [−][src]
pub struct BlockingError(_);
A error type which will be returned from blocking
.
Methods
impl BlockingError
[src]
impl BlockingError
pub fn into_inner(self) -> BlockingError
[src]
pub fn into_inner(self) -> BlockingError
Trait Implementations
impl Debug for BlockingError
[src]
impl Debug for BlockingError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Display for BlockingError
[src]
impl Display for BlockingError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &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