Derive Macro pcd_rs::PcdSerialize

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

Derives PcdSerialize trait on normal struct or tuple struct.

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