pub trait HasPrevectorTesterTypes {
    type RealType;
    type PreType;
}

Required Associated Types§

Implementors§

source§

impl<T: Default, const N: usize> HasPrevectorTesterTypes for PrevectorTester<T, N>

§

type RealType = Vec<T, Global>

§

type PreType = TinyVec<[T; N]>