Trait flex_alloc::vec::config::VecConfigAlloc
source · pub trait VecConfigAlloc<T>: VecConfig {
type Alloc: RawAlloc;
// Required method
fn allocator(buf: &Self::Buffer<T>) -> &Self::Alloc;
}Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.