Type Alias ErasedArcRef

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

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

Aliased Typeยง

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