Type Alias StackGCVector

Source
pub type StackGCVector<T, AllocPolicy> = StackGCVector<T, AllocPolicy>;

Aliased Type§

#[repr(C)]
pub struct StackGCVector<T, AllocPolicy>(PhantomData<(T, AllocPolicy)>, u8);

Tuple Fields§

§0: PhantomData<(T, AllocPolicy)>§1: u8