Trait flex_alloc::vec::config::VecAlloc
source · pub trait VecAlloc {
type RawAlloc: RawAlloc;
type AllocHandle<T, I: Index>: AllocHandle<Alloc = Self::RawAlloc, Meta = VecData<T, I>>;
}Required Associated Types§
type RawAlloc: RawAlloc
type AllocHandle<T, I: Index>: AllocHandle<Alloc = Self::RawAlloc, Meta = VecData<T, I>>
Object Safety§
This trait is not object safe.