Trait flex_alloc::storage::RawAllocNew
source · pub trait RawAllocNew: RawAlloc + Clone {
const NEW: Self;
}Required Associated Constants§
Object Safety§
This trait is not object safe.
pub trait RawAllocNew: RawAlloc + Clone {
const NEW: Self;
}