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. Read more

impl Display for TryLockError
[src]
[+]

[]

Formats the value using the given formatter. Read more

impl Error for TryLockError
[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 TryLockError

impl Sync for TryLockError