pub unsafe auto trait NoInteriorMutability { }Expand description
Implemented by anything that does not contain interior mutability.
Safety
Trait should be only used as bound and never derived.
pub unsafe auto trait NoInteriorMutability { }Implemented by anything that does not contain interior mutability.
Trait should be only used as bound and never derived.