Type Alias ErasedArcCart
type ErasedArcCart = Arc<dyn ErasedDestructor + Send + Sync>
A type-erased Cart that has Arc semantics
See the docs of Yoke::erase_arc_cart() for more info.
✨ Enabled with the alloc Cargo feature.