Macro auto_cleanup

Source
macro_rules! auto_cleanup {
    ($state:ident, $b:block) => { ... };
}
Expand description

Clean up stack for the scope.