#[derive(PcdDeserialize)] { // Attributes available to this derive: #[pcd] }
Derives PcdDeserialize trait on normal struct or tuple struct.
The field type can be either primitive, array of primitive or Vec of primitive.