Derive Macro Domain
#[derive(Domain)]
{
// Attributes available to this derive:
#[Base]
#[DomainPartialDerive]
#[DomainRngSeed]
#[DomainCreateSubDomains]
#[SortCells]
}
Available on crate feature
elli
only.#[derive(Domain)]
{
// Attributes available to this derive:
#[Base]
#[DomainPartialDerive]
#[DomainRngSeed]
#[DomainCreateSubDomains]
#[SortCells]
}
elli
only.