pub type StableVec<T> = StableVecFacade<T, DefaultCore<T>>;Expand description
A stable vector with the default core implementation.
Aliased Typeยง
pub struct StableVec<T> { /* private fields */ }pub type StableVec<T> = StableVecFacade<T, DefaultCore<T>>;A stable vector with the default core implementation.
pub struct StableVec<T> { /* private fields */ }