[][src]Type Definition reclaim::leak::Shared

type Shared<'g, T, N> = Shared<'g, T, Leaking, N>;

A Shared type that uses the no-op Leaking "reclamation" scheme.