impl_drop

Macro impl_drop 

Source
macro_rules! impl_drop {
    ([$self:expr], $(($key:ident, $gc_type:ident)$(,)?)*) => { ... };
}