Derive Macro delve::EnumModify

source ·
#[derive(EnumModify)]
{
    // Attributes available to this derive:
    #[delve]
}
Expand description

Implements delve::ModifyField which allows the modification of arguments within a tuple or struct variant. See ModifyField for an example implementation.