Trait flex_alloc::storage::RawAllocNew

source ·
pub trait RawAllocNew: RawAlloc + Clone {
    const NEW: Self;
}

Required Associated Constants§

source

const NEW: Self

Object Safety§

This trait is not object safe.

Implementors§

source§

impl RawAllocNew for Global

source§

const NEW: Self = Global

source§

impl<'a, A: RawAllocNew> RawAllocNew for SpillAlloc<'a, A>

source§

const NEW: Self = _