Type Alias ErasedRcRef

Source
pub type ErasedRcRef<'u, U> = OwningRef<'u, Rc<dyn Erased>, U>;
Expand description

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

Aliased Typeยง

pub struct ErasedRcRef<'u, U> { /* private fields */ }