Crate elicitor_macro

Crate elicitor_macro 

Source
Expand description

Procedural macro for deriving Survey implementations.

This crate provides the #[derive(Survey)] macro which generates:

  • Survey trait implementation
  • Type-specific builder with suggest_* and assume_* methods

Derive Macrosยง

Survey
Derive the Survey trait for a struct or enum.