Macro lua_macros::auto_cleanup [] [src]

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

Clean up stack for the scope.