pub type DurationMillisecondArray = PrimitiveArray<DurationMillisecondType>;
Expand description
A PrimitiveArray
of elapsed durations in milliseconds
Aliased Typeยง
struct DurationMillisecondArray { /* private fields */ }
pub type DurationMillisecondArray = PrimitiveArray<DurationMillisecondType>;
A PrimitiveArray
of elapsed durations in milliseconds
struct DurationMillisecondArray { /* private fields */ }