/// Private sealing infrastructure.
///
/// The `Sealed` trait is intentionally kept in a private module (`common` is not
/// public). Public extension traits in this crate use `Sealed` as a supertrait
/// to prevent downstream crates from implementing them for arbitrary types.
///
/// Only the types listed in this file can implement the public `*Like` traits.
impl_sealed!;