Trait narrow::UnionArrayType [−][src]
pub trait UnionArrayType<const D: bool>: Sized { type Array: ArrayData; type Child: Array + UnionArrayIndex<Self> + FromIterator<Self>; }
Expand description
Union types that can be stored in arrays.