Type Alias yoke::erased::ErasedRcCart
source · pub type ErasedRcCart = Rc<dyn ErasedDestructor>;
Expand description
A type-erased Cart that has Rc
semantics
See the docs of Yoke::erase_rc_cart()
for more info.
✨ Enabled with the alloc
Cargo feature.
Aliased Type§
struct ErasedRcCart { /* private fields */ }