#[derive(SerializeSeeded)]
{
// Attributes available to this derive:
#[seeded]
}
Expand description
Derive macro implementing the SerializeSeeded trait automatically.
This macro is available through the derive feature.
#[derive(SerializeSeeded)]
{
// Attributes available to this derive:
#[seeded]
}
Derive macro implementing the SerializeSeeded trait automatically.
This macro is available through the derive feature.