Derive Macro rkyv::Deserialize[][src]

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

Derives Deserialize for the labeled type.

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