Shared

Type Alias Shared 

Source
pub type Shared<'g, T, N> = Shared<'g, T, HP, N>;
Expand description

A specialization of Shared for the HP reclamation scheme.

Aliased Typeยง

pub struct Shared<'g, T, N> { /* private fields */ }