usestd::sync::Arc;/// Prevents downstream crates from implementing `DPoP` traits.
////// Customise `DPoP` behaviour via the `Sgn` type parameter on [`super::DPoP`]
/// and [`super::ResourceDPoP`] rather than implementing the traits directly.
pubtraitSealed{}impl<T: Sealed> Sealed forArc<T>{}