Type Alias VecChain

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

Aliased Typeยง

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