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.
macro_rules! arena_types {
    ($macro:path) => { ... };
}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.