Type Alias ErasedRcCart

type ErasedRcCart = Rc<dyn ErasedDestructor>

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.