Type Alias owning_ref::BoxRef

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

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

Aliased Type§

struct BoxRef<T, U = T> { /* private fields */ }