Derive Macro elicit::Melicit

source ·
#[derive(Melicit)]
{
    // Attributes available to this derive:
    #[melicit_mod_author]
    #[melicit_from_self_field]
}
Expand description

#[derive(Debug, Melicit(BASE))] #[melicit_mod_author(MODULE)] // required #[melicit_from_self_field(FIELD)] // option struct Derived {..}