NullableArrayTypeOf

Type Alias NullableArrayTypeOf 

Source
pub type NullableArrayTypeOf<Nullable, T, Buffer, OffsetItem = NA, UnionLayout = NA> = <<Nullable as Nullability>::Item<T> as ArrayType<T>>::Array<Buffer, OffsetItem, UnionLayout>;
Expand description

A helper type that allows extracting the ArrayType::Array type for any ArrayType<T>::Item for <T as Nullability<NULLABLE>