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