Type Alias owning_ref::ErasedRcRef

source ·
pub type ErasedRcRef<U> = OwningRef<Rc<dyn Erased>, U>;
Expand description

Typedef of a owning reference that uses an erased Rc as the owner.

Aliased Type§

struct ErasedRcRef<U> { /* private fields */ }