Crate async_dropper_simple

Crate async_dropper_simple 

Source
Expand description

The code in this file was shamelessly stolen from https://stackoverflow.com/questions/71541765/rust-async-drop

Structs§

AsyncDropperNon-no-default-bound
Wrapper struct that enables async_drop() behavior.

Traits§

AsyncDrop