pub type ErasedBoxRef<'u, U> = OwningRef<'u, Box<dyn Erased>, U>;
Typedef of a owning reference that uses an erased Box as the owner.
Box
struct ErasedBoxRef<'u, U> { /* private fields */ }