ArchiveEvent

Trait ArchiveEvent 

Source
pub trait ArchiveEvent: ArchiveCodec
where <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.

Implementors§

Source§

impl<M> ArchiveEvent for M
where M: ArchiveCodec, <M as Archive>::Archived: for<'a> CheckBytes<XousValidator<'a>>,