Derive Macro elicit::Melicit

source ·
#[derive(Melicit)]
{
    // Attributes available to this derive:
    #[melicit_mod_author]
    #[melicit_from_self_field]
}
Expand description
#[derive(Debug, Melicit)]
#[melicit_mod_author(MODULE)]        // required
#[melicit_from_self_field(_fsf)]     // option here
struct Derived {
  #[melicit_from_self_field]         // or here
  _fsf: MelicitFromSelfField,
}