Expand description
Marker traits used to indicate safety for storing data in objects and using a struct as a base type.
Traits§
- ObjSafe
- This auto trait specifies that some type is “safe” to to store inside an object. This means that the type contains no non-invariant references nor any unsafe interior mutability not implemented via twizzler-nando.