Module modules

Source
Expand description

Provide the Rust types that implement module-related components of the SDML Grammar.

Structs§

HeaderValue
ImportStatement
Corresponds the grammar rule import_statement.
MemberImport
Corresponds the grammar rule member_import.
Module
Corresponds the grammar rule module.
ModuleImport
Corresponds the grammar rule module_import.
ModulePath
Corresponds the embedded choice in grammar rule from_clause:

Enums§

Import
Corresponds the grammar rule import.