Crate after_drop

Source
Expand description

This will run when is droped

This will run in drop order, that means newest first

§features:

  • default = [“std”]
  • std

use default-features=false if you don’t want std

Structs§

AfterDrop
A simple continer for the defer function that is called on drop!
AfterDropBoxed
This is a boxed version to be stored easier!

Functions§

defer