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