Expand description
Provide the Rust types that implement module-related components of the SDML Grammar.
Structs§
- Header
Value - Import
Statement - Corresponds the grammar rule
import_statement
. - Member
Import - Corresponds the grammar rule
member_import
. - Module
- Corresponds the grammar rule
module
. - Module
Import - Corresponds the grammar rule
module_import
. - Module
Path - Corresponds the embedded choice in grammar rule
from_clause
:
Enums§
- Import
- Corresponds the grammar rule
import
.