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