Macro gc_arena::static_collect

source ·
macro_rules! static_collect {
    ($type:ty) => { ... };
}
Expand description

If a type is static, we know that it can never hold Gc pointers, so it is safe to provide a simple empty Collect implementation.