Expand description
§rustifact_derive
This crate serves to provide a derive macro for the rustifact::ToTokenStream
trait. You should not need
to use this crate directly, as it’s exposed via the rustifact
crate.
Derive Macros§
- ToToken
Stream - Implement
ToTokenStream
for a struct or enum with components implementatingToTokenStream
.