Skip to main content
Module sealed
std
1.96.0-nightly
(38c0de8dc 2026-02-28)
Module sealed
Module Items
Traits
In crate std
std
Module
sealed
Copy item path
Source
Traits
§
Sealed
Experimental
This trait being unreachable from outside the crate prevents outside implementations of our extension traits. This allows adding more trait methods in the future.