Structs§
- Option
Recycler - String
Recycler - Trash
Recycler - A “recycler” that doesn’t recycle anything, instead just dropping anything
it is given. This is particularly useful for primitive types such as
i32
that do not haveDrop
implementations. - VecRecycler
Traits§
- Recyclable
- A value that has some default type that can recycle it.
- Recycler