[][src]Type Definition antidote::TryLockResult

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

Like std::sync::TryLockResult.