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