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§
- Field
OrVariant - Enum to encapsulate either a field from a struct or a variant from an enum.
- Struct
Like - Represents various struct-like constructs in Rust code.