Type Definition 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.

Available with the "alloc" feature enabled.