#[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.
#[derive(PcdSerialize)]
{
// Attributes available to this derive:
#[pcd]
}
Derives PcdSerialize trait on normal struct or tuple struct.
The field type can be either primitive or array of primitive.