Type Definition antidote::TryLockResult
source · [−]pub type TryLockResult<T> = Result<T, TryLockError>;Expand description
Like std::sync::TryLockResult.
pub type TryLockResult<T> = Result<T, TryLockError>;Like std::sync::TryLockResult.