pub type CellSliceParts = (Cell, CellSliceRange);Expand description
Owned cell slice parts alias.
Trait Implementations§
Source§impl ExactSize for CellSliceParts
impl ExactSize for CellSliceParts
Source§fn exact_size(&self) -> Size
fn exact_size(&self) -> Size
Exact size of the value when it is stored in a slice.