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