devela::_dep::rkyv::traits

Derive Macro Deserialize

#[derive(Deserialize)]
{
    // Attributes available to this derive:
    #[rkyv]
}
Available on crate feature dep_rkyv only.
Expand description

Derives Deserialize for the labeled type.

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