Derive Macro rkyv_derive::Serialize
source ยท #[derive(Serialize)]
{
// Attributes available to this derive:
#[rkyv]
}
Expand description
Derives Serialize
for the labeled type.
This macro also supports the #[rkyv]
attribute. See Archive
for more
information.