pub type Unprotected<T, N> = Unprotected<T, HP, N>;Expand description
A specialization of Unprotected for the HP
reclamation scheme.
Aliased Typeยง
pub struct Unprotected<T, N> { /* private fields */ }pub type Unprotected<T, N> = Unprotected<T, HP, N>;A specialization of Unprotected for the HP
reclamation scheme.
pub struct Unprotected<T, N> { /* private fields */ }