#[derive(IdentifierEntity)]
{
// Attributes available to this derive:
#[identifier]
}
Expand description
IdentifierEntity Pattern - Unique identifier generation (saves ~10 lines)
#[derive(IdentifierEntity)]
{
// Attributes available to this derive:
#[identifier]
}
IdentifierEntity Pattern - Unique identifier generation (saves ~10 lines)