pub type ErasedBoxCart = Box<dyn ErasedDestructor>;Expand description
A type-erased Cart that has Box semantics
See the docs of Yoke::erase_box_cart() for more info.
✨ Enabled with the alloc Cargo feature.
Aliased Type§
pub struct ErasedBoxCart(/* private fields */);