pub fn MapLockErrorToCommonError<T>(
Error: PoisonError<MutexGuard<'_, T>>,
) -> CommonErrorExpand description
Maps a generic PoisonError from a failed Mutex lock into a
structured CommonError::StateLockPoisoned.
pub fn MapLockErrorToCommonError<T>(
Error: PoisonError<MutexGuard<'_, T>>,
) -> CommonErrorMaps a generic PoisonError from a failed Mutex lock into a
structured CommonError::StateLockPoisoned.