Derive Macro elicit::Elicit

source ·
#[derive(Elicit)]
{
    // Attributes available to this derive:
    #[elicit_mod_author]
    #[elicit_from_self_field]
}
Expand description
#[derive(Debug, Elicit)]
#[elicit_mod_author(MODULE)]        // required
#[elicit_from_self_field(_fsf)]     // option here
struct Derived {
  #[elicit_from_self_field]         // or here
  _fsf: ElicitFromSelfField,
}