#[derive(Destruct)] { // Attributes available to this derive: #[nullable] #[no_drop] }
The Destruct derive macro.
Destruct
Generate a destructor for the structure.
#[nullable]
#[no_drop]