Type Alias yoke::erased::ErasedBoxCart

source ·
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§

struct ErasedBoxCart(/* private fields */);