[][src]Crate dispose_derive

Derive macro for the dispose crate.

This crate provides a derive macro for quickly deriving Dispose on types where the values can be consumed relatively trivially.

Derive Macros

Dispose

Add trivial Dispose support to a struct or enum where the contained values implement Dispose or DisposeWith<W>.