#[derive(Serialize)] { // Attributes available to this derive: #[rkyv] }
Derives Serialize for the labeled type.
Serialize
This macro also supports the #[rkyv] attribute. See Archive for more information.
#[rkyv]
Archive