Derive Macro derive_getters::Dissolve

source ยท
#[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.