Function mysql_macro::id_v

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