Type Definition rustc_ap_rustc_data_structures::owning_ref::BoxRef[][src]

type BoxRef<T, U = T> = OwningRef<Box<T>, U>;
Expand description

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