Type Alias VecMutChain

Source
pub type VecMutChain<'h, T> = Chain<&'h mut Vec<T>>;

Aliased Typeยง

struct VecMutChain<'h, T> { /* private fields */ }