Expand description
Procedural macro for deriving Survey implementations.
This crate provides the #[derive(Survey)] macro which generates:
Surveytrait implementation- Type-specific builder with
suggest_*andassume_*methods
Derive Macrosยง
- Survey
- Derive the
Surveytrait for a struct or enum.