Docs.rs
frame-support-procedural-tools-derive-12.0.0
frame-support-procedural-tools-derive 12.0.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
github:paritytech:core-devs
parity-crate-owner
Dependencies
proc-macro2 ^1.0.56
normal
quote ^1.0.33
normal
syn ^2.0.50
normal
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
frame_
support_
procedural_
tools_
derive
12.0.0
All Items
Crate Items
Derive Macros
Crate
frame_support_procedural_tools_derive
Copy item path
Source
Expand description
Use to derive parsing for parsing struct.
Derive Macros
ยง
Parse
self defined parsing struct. not meant for any struct, just for fast parse implementation.
ToTokens
self defined parsing struct or enum. not meant for any struct/enum, just for fast parse implementation. For enum: it only output fields (empty field act as a None).