to_vec

Function to_vec 

Source
pub fn to_vec<T>(data: Array<T>) -> Vec<T>
where T: Clone,
Expand description

Convert a SQL array to a Rust Vec