Type Alias AnyElem

Source
pub type AnyElem = CellElem<u8>;
Expand description

This can be used when any version of Slice/Array returns the same thing kind of unsafe

Aliased Type§

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

Fields§

§cell: Cell<u8>