Function cuppa::utils::map_vec_to_struct_vec[][src]

pub fn map_vec_to_struct_vec<T>(map: Vec<Map<String, Value>>) -> Result<Vec<T>> where
    T: DeserializeOwned