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.
macro_rules! dtor { ( $(#[$meta:meta])* $vis:vis unsafe fn $name:ident () $bl:block ) => { ... }; }
Run a function on program shutdown.
See the crate level documentation for more information.