Struct antidote::TryLockError [] [src]

pub struct TryLockError(_);

Like std::sync::TryLockError.

Trait Implementations

impl Debug for TryLockError
[src]

Formats the value using the given formatter.

impl Display for TryLockError
[src]

Formats the value using the given formatter. Read more

impl Error for TryLockError
[src]

A short description of the error. Read more

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