macro_rules! arrow_enable_vec_for_type {
    ($t:ty) => { ... };
}
Expand description

Enables the blanket implementations of Vec<T> as an Arrow field if T is an Arrow field.

This tag is needed for Vec<u8> specialization, and can be obviated once implementation specialization is available in rust.