pub trait ArchiveEvent: ArchiveCodecwhere
<Self as Archive>::Archived: for<'a> CheckBytes<XousValidator<'a>>,{ }Expand description
A message which can be serialized and deserialized using rkyv.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.