DataSlice

Type Alias DataSlice 

Source
pub type DataSlice<'a> = Slice<'a, AttributeValueVTable>;
Expand description

A slice of attribute values belonging to a particular attribute.

Aliased Typeยง

pub struct DataSlice<'a> { /* private fields */ }