pub trait ContainerValue:
FromBytes
+ IntoBytes
+ KnownLayout
+ Immutable
+ Copy
+ Sealed
+ 'static { }Expand description
Trait implemented by primitive types that can be read from and written to an Inspect container.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".