[−][src]Type Definition owning_ref::BoxRef
type BoxRef<T, U = T> = OwningRef<Box<T>, U>;
Typedef of a owning reference that uses a Box
as the owner.
type BoxRef<T, U = T> = OwningRef<Box<T>, U>;
Typedef of a owning reference that uses a Box
as the owner.