DurationMillisecondVector

Type Alias DurationMillisecondVector 

Source
pub type DurationMillisecondVector = PrimitiveVector<DurationMillisecondType>;

Aliased Type§

pub struct DurationMillisecondVector {
    array: PrimitiveArray<DurationMillisecondType>,
}

Fields§

§array: PrimitiveArray<DurationMillisecondType>