Struct antidote::TryLockError [] [src]

pub struct TryLockError(_);

Like std::sync::TryLockError.

Trait Implementations

impl Display for TryLockError

fn fmt(&self, fmt: &mut Formatter) -> Result

impl Error for TryLockError

fn description(&self) -> &str

1.0.0fn cause(&self) -> Option<&Error>

Derived Implementations

impl Debug for TryLockError

fn fmt(&self, __arg_0: &mut Formatter) -> Result