Type Alias stable_vec::StableVec

source ·
pub type StableVec<T> = StableVecFacade<T, DefaultCore<T>>;
Expand description

A stable vector with the default core implementation.

Aliased Type§

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