Module struct_like

Source
Expand description

Parse structures, like struct { a : i32 }.

Re-exports§

pub use super::super::struct_like;

Modules§

exposed
Exposed namespace of the module.
orphan
Orphan namespace of the module.
own
Own namespace of the module.
prelude
Prelude to use essentials: use my_module::prelude::*.

Enums§

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