Macro shredder::mark_send_static_gc_safe[][src]

macro_rules! mark_send_static_gc_safe {
    ($t : ty) => { ... };
}
Expand description

A Send + 'static type can be safely marked as GcSafe, and this macro eases that implementation