Module yoke::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.

Available with the "alloc" feature enabled.

Traits

Dummy trait that lets us dyn Drop

Type Definitions

A type-erased Cart that has Box semantics

A type-erased Cart that has Rc semantics