#[derive(RDC)]
{
// Attributes available to this derive:
#[serde]
}
Expand description
Derive macro for generating code for the rdc
crate.
Supported types are structs, enums and primitive types.
#[derive(RDC)]
{
// Attributes available to this derive:
#[serde]
}
Derive macro for generating code for the rdc
crate.
Supported types are structs, enums and primitive types.