Type Alias Elem8

Source
pub type Elem8 = CellElem<u8>;

Aliased Type§

pub struct Elem8 {
    pub cell: Cell<u8>,
}

Fields§

§cell: Cell<u8>