// Seals a trait only when the redb 5 API preview is enabled. `cfg` cannot be applied to a
// supertrait bound directly, so the bound itself is swapped: with the feature off it resolves to a
// blanket-implemented marker, leaving the trait implementable outside redb for the rest of 4.x.
pub use Sealed as SealedInApi5;