Type Alias Field

Source
pub type Field<T> = UnsafeCell<T>;

Aliased Typeยง

struct Field<T> { /* private fields */ }