Derive Macro rkyv::Unarchive[][src]

#[derive(Unarchive)]
{
    // Attributes available to this derive:
    #[recursive]
}

Derives Unarchive for the labeled type.

This macro also supports the #[recursive] attribute. See Archive for more information.