Skip to main content

dtor

Macro dtor 

Source
macro_rules! dtor {
    ( $($input:tt)* ) => { ... };
}
Expand description

Declarative form of the #[dtor] macro.

See ::dtor::declarative::dtor! for more details.

This macro is deprecated. It is recommended to import and use the dtor crate directly.