Expand description
lib.rs
Enums§
- enum Error
Type Aliases§
- type Result
Attribute Macros§
- #[aelicit_define(MODULE)] trait Base {..}
- #[elicit_define(MODULE)] trait Base {..}
- #[melicit_define(MODULE)] trait Base {..}
Derive Macros§
- #[derive(Debug, Aelicit(BASE))] #[aelicit_mod_author(MODULE)] // required #[aelicit_from_self_field(FIELD)] // option struct Derived {..}
- #[derive(Debug, Elicit(BASE))] #[elicit_mod_author(MODULE)] // required #[elicit_from_self_field(FIELD)] // option struct Derived {..}
- #[derive(Debug, Melicit(BASE))] #[melicit_mod_author(MODULE)] // required #[melicit_from_self_field(FIELD)] // option struct Derived {..}