antidote::TryLockResult 
                   
                       [−]
                   
               [src]
type TryLockResult<T> = Result<T, TryLockError>;
Like std::sync::TryLockResult.
type TryLockResult<T> = Result<T, TryLockError>;
Like std::sync::TryLockResult.