Type Definition TryLockResult
spin_sync
type TryLockResult<T> = TryLockResult<T>;
Alias to std::sync::TryLockResult