DataSliceMut

Type Alias DataSliceMut 

Source
pub type DataSliceMut<'a> = SliceMut<'a, AttributeValueVTable>;
Expand description

A mutable slice of attribute values belonging to a particular attribute.

Aliased Typeยง

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