Crate async_dropx

Crate async_dropx 

Source

Structs§

AsyncDropx
Wrapper that ensures async_drop is called when the object goes out of scope.

Traits§

AsyncDrop
Trait for types that require async cleanup.