Type Alias BoxRef

Source
pub type BoxRef<'u, T, U = T> = OwningRef<'u, Box<T>, U>;
Expand description

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

Aliased Typeยง

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