[][src]Macro gc_arena::unsafe_empty_collect

macro_rules! unsafe_empty_collect {
    ($type:ty) => { ... };
}

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