Struct tokio::sync::TryLockError [−][src]
pub struct TryLockError(_);
Error returned from the Mutex::try_lock function.
A try_lock operation can only fail if the mutex is already locked.
pub struct TryLockError(_);
Error returned from the Mutex::try_lock function.
A try_lock operation can only fail if the mutex is already locked.
impl RefUnwindSafe for TryLockErrorimpl Send for TryLockErrorimpl Sync for TryLockErrorimpl Unpin for TryLockErrorimpl UnwindSafe for TryLockError