db (id,a,b,c) values(?1,?2,?3,?4)", (&hash,"a","b","c")); ->
(&u32, &str, &str, &str)
the trait bound `(&u32, &str, &str, &str): Params` is not satisfied
the trait `Params` is not implemented for `(&u32, &str, &str, &str)`
у тебя SQL-запрос ничего не возвращает
там есть макрос params!, попробуй params![&hash, a, b, c]
работает, спасибо
Обсуждают сегодня