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

Available with the "alloc" feature enabled.