[][src]Module whasm::grammar::core::derive

This module provides a derive to implement the Grammar trait on structs and enums.

Derive Macros

Grammar

The Grammar derive macro provides a mechanism to declaratively define Grammar elements. The macro can be applied to structs and enums.