pub async fn id_v<S: Send + 'static>( table: &str, id_set: impl IntoIterator<Item = u64> ) -> Result<HashMap<u64, S>>where (u64, S): FromRow,