Type Alias yoke::erased::ErasedArcCart
source · pub type ErasedArcCart = Arc<dyn ErasedDestructor + Send + Sync>;
Expand description
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.
Aliased Type§
struct ErasedArcCart { /* private fields */ }