Files
rust/library
Josh Triplett e3aba17ef1 Add a sealed::Sealed trait to core, like that in std
This allows traits in `core` to be sealed as well.

This could be the same trait as `std` via a re-export, but that would
require `core::sealed` to be `pub` (even if unstable). Keep them as
separate traits for now.
2026-03-24 20:24:16 -07:00
..
2026-01-26 10:57:35 +00:00
2026-02-22 19:59:25 +01:00
2026-02-22 19:59:25 +01:00
2026-01-26 10:59:16 +00:00