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