#[derive(Dissolve)]
{
// Attributes available to this derive:
#[dissolve]
}
Expand description
Produce a dissolve
method that consumes the named struct returning a tuple of all the
the struct fields.
#[derive(Dissolve)]
{
// Attributes available to this derive:
#[dissolve]
}
Produce a dissolve
method that consumes the named struct returning a tuple of all the
the struct fields.