Expand description
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
Disposesupport to a struct or enum where the contained values implementDisposeorDisposeWith<W>.