Derive Macro CreateSpec
#[derive(CreateSpec)]
{
// Attributes available to this derive:
#[create]
}
Expand description
Generate static construction-input metadata from a typed create spec.
#[derive(CreateSpec)]
{
// Attributes available to this derive:
#[create]
}
Generate static construction-input metadata from a typed create spec.