Derive Macro elicit::Aelicit

source ·
#[derive(Aelicit)]
{
    // Attributes available to this derive:
    #[aelicit_mod_author]
    #[aelicit_from_self_field]
}
Expand description
#[derive(Debug, Aelicit)]
#[aelicit_mod_author(MODULE)]        // required
#[aelicit_from_self_field(_fsf)]     // option here
struct Derived {
  #[aelicit_from_self_field]         // or here
  _fsf: AelicitFromSelfField,
}