antidote::TryLockResult [] [src]

type TryLockResult<T> = Result<T, TryLockError>;

Like std::sync::TryLockResult.