Trait flex_alloc::vec::buffer::VecBufferSpawn
source · pub trait VecBufferSpawn: VecBuffer {
// Required method
fn vec_try_spawn(
&self,
capacity: Self::Index,
exact: bool,
) -> Result<Self, StorageError>;
}Required Methods§
fn vec_try_spawn( &self, capacity: Self::Index, exact: bool, ) -> Result<Self, StorageError>
Object Safety§
This trait is not object safe.