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 TryLockError
impl Send for TryLockError
impl Sync for TryLockError
impl Unpin for TryLockError
impl UnwindSafe for TryLockError