Cell

Type Alias Cell 

Source
pub type Cell<T> = TrustCell<T>;

Aliased Typeยง

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