Derive Macro pcd_rs_derive::PcdDeserialize

source ·
#[derive(PcdDeserialize)]
{
    // Attributes available to this derive:
    #[pcd]
}
Expand description

Derives PcdDeserialize trait on normal struct or tuple struct.

The field type can be either primitive, array of primitive or Vec of primitive.