Derive Macro rkyv_derive::Deserialize 
source · [−]#[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.