pub type LockResult<T> = LockResult<T>;
Expand description
Alias to std::sync::LockResult.
Aliased Type§
pub enum LockResult<T> {
Ok(T),
Err(PoisonError<T>),
}
pub type LockResult<T> = LockResult<T>;
Alias to std::sync::LockResult.
pub enum LockResult<T> {
Ok(T),
Err(PoisonError<T>),
}