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§
- Dummy trait that lets us
dyn Drop
Type Aliases§
- A type-erased Cart that has
Arc
semantics - A type-erased Cart that has
Box
semantics - A type-erased Cart that has
Rc
semantics