Derive Macro Portable
#[derive(Portable)]
{
// Attributes available to this derive:
#[rkyv]
}
Available on crate feature
dep_rkyv
only.Expand description
Derives Portable
for the labeled type.
#[derive(Portable)]
{
// Attributes available to this derive:
#[rkyv]
}
dep_rkyv
only.Derives Portable
for the labeled type.