Trait narrow::UnionArrayIndex[][src]

pub trait UnionArrayIndex<T> {
    fn index(&self, type_id: i8, index: i32) -> T;
}
Expand description

Index trait for union arrays.

Required methods

Implementors