scoped_ptr

Macro scoped_ptr 

Source
macro_rules! scoped_ptr {
    ($scoped:ident, $target:ty, $dtor:path) => { ... };
}