anym
To emulate anonymous struct in Rust.
Overview
The library provides convenience macro for creating local struct. The struct generated by the macro does not implement any functionality. It is for grouping data.
use anym;
Note
Pretty useless overall. 🤣