Archive

Trait Archive 

Source
pub trait Archive:
    ArchiveCodec
    + MessageId
    + 'static { }
Expand description

A message which can be serialized and deserialized using rkyv, with no response.

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§