Type Alias owning_ref::ErasedBoxRef

source ·
pub type ErasedBoxRef<U> = OwningRef<Box<dyn Erased>, U>;
Expand description

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

Aliased Type§

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