Macro rustc_hir::arena_types
source · macro_rules! arena_types { ($macro:path) => { ... }; }
Expand description
This higher-order macro declares a list of types which can be allocated by Arena
.
Note that all Copy
types can be allocated by default and need not be specified here.