Type Alias Elem64

Source
pub type Elem64 = CellElem<u64>;

Aliased Type§

pub struct Elem64 {
    pub cell: Cell<u64>,
}

Fields§

§cell: Cell<u64>