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
Dispose
support to a struct or enum where the contained values implementDispose
orDisposeWith<W>
.