Owned

Type Alias Owned 

Source
pub type Owned<T, N> = Owned<T, HP, N>;
Expand description

A specialization of Owned for the HP reclamation scheme.

Aliased Typeยง

pub struct Owned<T, N> { /* private fields */ }