Macro gc_arena::unsafe_empty_collect

source ยท
macro_rules! unsafe_empty_collect {
    ($type:ty) => { ... };
}
Expand description

If a type will never hold Gc pointers, you can use this macro to provide a simple empty Collect implementation.