Module macro_tools::struct_like

source ·
Expand description

Parse structures, like struct { a : i32 }.

Re-exports§

Modules§

  • Exposed namespace of the module.
  • Orphan namespace of the module.
  • Prelude to use essentials: use my_module::prelude::*.
  • Protected namespace of the module.

Enums§

  • Enum to encapsulate either a field from a struct or a variant from an enum.
  • Represents various struct-like constructs in Rust code.