Type Definition yoke::erased::ErasedRcCart

source · []
pub type ErasedRcCart = Rc<dyn ErasedDestructor>;
Expand description

A type-erased Cart that has Rc semantics

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

Available with the "alloc" feature enabled.