Enum bern_kernel::sync::Error[][src]

pub enum Error {
    WouldBlock,
    TimeOut,
    Poisoned,
    OutOfMemory,
}
Expand description

Common error type for all sync primitives

Variants

WouldBlock

Would block task

TimeOut

Request timed out

Poisoned

Task holding the sync primitive panicked

OutOfMemory

Cannot allocate primitive

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.