// SPDX-License-Identifier: MPL-2.0
use fmt;
/// Always [`Sync`], but unsafe to reference the data.
pub ;
// SAFETY: The caller of the `ForceSync::get` method must ensure that the underlying data is not
// concurrently accessed if the underlying type is not `Sync`.
unsafe