Type Alias owning_ref::ErasedArcRef
source · pub type ErasedArcRef<U> = OwningRef<Arc<dyn Erased>, U>;
Expand description
Typedef of a owning reference that uses an erased Arc
as the owner.
Aliased Type§
struct ErasedArcRef<U> { /* private fields */ }