[][src]Type Definition crossbeam_epoch::Shared

type Shared<'g, T> = Shared<'g, Box<T>>;

A pointer to an object protected by the epoch GC.

See Shared for more details.