pub trait ContainerBytes: Container + for<'a> Borrow<Borrowed<'a>: AsBytes<'a> + FromBytes<'a>> { }Expand description
A container that can also be viewed as and reconstituted from bytes.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".