// Copyright (c) Zefchain Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
/*!
Utilities for building traits that work in both single-threaded and multi-threaded
contexts.
*/
/// A trait that extends `Send` and `Sync` if not compiling for the Web.
trait_set!