Module erased

Source
Expand description

This module contains helper types for erasing Cart types.

See the docs of Yoke::erase_rc_cart() and Yoke::erase_box_cart() for more info.

Enabled with the alloc Cargo feature.

Traits§

ErasedDestructor
Dummy trait that lets us dyn Drop

Type Aliases§

ErasedArcCart
A type-erased Cart that has Arc semantics
ErasedBoxCart
A type-erased Cart that has Box semantics
ErasedRcCart
A type-erased Cart that has Rc semantics