Crate rustifact_derive

Source
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§

ToTokenStream
Implement ToTokenStream for a struct or enum with components implementating ToTokenStream.