pub struct PsiError { /* private fields */ }
Implementations§
Trait Implementations§
source§impl<T> From<PoisonError<MutexGuard<'_, T>>> for PsiError
impl<T> From<PoisonError<MutexGuard<'_, T>>> for PsiError
source§fn from(error: PoisonError<MutexGuard<'_, T>>) -> Self
fn from(error: PoisonError<MutexGuard<'_, T>>) -> Self
Converts to this type from the input type.
source§impl<T> From<TryLockError<MutexGuard<'_, T>>> for PsiError
impl<T> From<TryLockError<MutexGuard<'_, T>>> for PsiError
source§fn from(error: TryLockError<MutexGuard<'_, T>>) -> Self
fn from(error: TryLockError<MutexGuard<'_, T>>) -> Self
Converts to this type from the input type.