Type Alias ErasedBoxCart

type ErasedBoxCart = Box<dyn ErasedDestructor>

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.