Modules§
Macros§
- back_
to_ enum - A macro that automatically implements the TryFrom trait if the macro has key-value pairs
- cfg_
match - A macro that conditionally runs code depending on the feature that is enabled. This is useful when you want to “duck-type” one struct with another for testing purposes