Struct antidote::TryLockError
[−]
[src]
pub struct TryLockError(_);
Like std::sync::TryLockError.
Trait Implementations
impl Debug for TryLockError[src]
impl Display for TryLockError[src]
fn fmt(&self, fmt: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more