Module macro_tools::type_struct
source · Expand description
Parse structures, like struct { a : i32 }
.
Re-exports§
pub use super::protected as type_struct;
Modules§
- Exposed namespace of the module.
- Orphan namespace of the module.
- Prelude to use essentials:
use my_module::prelude::*
. - Protected namespace of the module.
Structs§
- Represents the outcome of parsing a Rust
struct
definition.