Derive Macro rkyv::Serialize[][src]

#[derive(Serialize)]
{
    // Attributes available to this derive:
    #[archive]
    #[omit_bounds]
    #[with]
}
Expand description

Derives Serialize for the labeled type.

This macro also supports the #[archive], #[omit_bounds], and #[with] attributes. See Archive for more information.