Field

Type Alias Field 

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

Aliased Typeยง

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