Trait flex_alloc::vec::config::VecConfig
source · pub trait VecConfig {
type Buffer<T>: VecBuffer<Data = T, Index = Self::Index>;
type Grow: Grow;
type Index: Index;
}Required Associated Types§
type Buffer<T>: VecBuffer<Data = T, Index = Self::Index>
type Grow: Grow
type Index: Index
Object Safety§
This trait is not object safe.