Function into_vec

Source
pub fn into_vec<T>(data: &ArrowData) -> Result<Vec<T>, Report>
where T: Copy + NumCast + 'static,