Type Alias aria2_rs::SmallVec

source ·
pub type SmallVec<T> = SmallVec<[T; 4]>;

Aliased Type§

struct SmallVec<T> { /* private fields */ }