Type Definition 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.