Type Alias Vec

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

Aliased Typeยง

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