namedlock::lockresult::LockResult
[−]
[src]
type LockResult<T> = Result<T, PoisonError>;
A Result
type very similar to std::sync::LockResult
.
We can't use sync's LockResult because we can't map it's PoisonError inner guard