Macro ctor_lite::dtor

source ·
macro_rules! dtor {
    (
        $(#[$meta:meta])*
        $vis:vis unsafe fn $name:ident () $bl:block
    ) => { ... };
}
Expand description

Run a function on program shutdown.

See the crate level documentation for more information.