Type Alias PrefixedArray

Source
pub type PrefixedArray<T> = Vec<T>;

Aliased Typeยง

pub struct PrefixedArray<T> { /* private fields */ }