Type Alias ErasedBoxRef

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

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

Aliased Typeยง

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