Derive Macro scsys_derive::Keyed
source · #[derive(Keyed)]
{
// Attributes available to this derive:
#[key]
}
Expand description
This macro generates a parameter struct and an enum of parameter keys.
#[derive(Keyed)]
{
// Attributes available to this derive:
#[key]
}
This macro generates a parameter struct and an enum of parameter keys.