Expand description
This module contains helper types for erasing Cart types.
See the docs of Yoke::erase_rc_cart()
and Yoke::erase_box_cart() for more info.
✨ Enabled with the alloc Cargo feature.
Traits§
- ErasedDestructor 
- Dummy trait that lets us dyn Drop
Type Aliases§
- ErasedArcCart 
- A type-erased Cart that has Arcsemantics
- ErasedBoxCart 
- A type-erased Cart that has Boxsemantics
- ErasedRcCart 
- A type-erased Cart that has Rcsemantics