Derive Macro rkyv::Deserialize[][src]

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

Derives Deserialize for the labeled type.

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