Closed gwenn closed 4 years ago
Use standard IntoIterator to transform [rdbc::Value] to [&dyn rusqlite::ToSql]. No Vec, no Box anymore.
IntoIterator
[rdbc::Value]
[&dyn rusqlite::ToSql]
Vec
Box
Use standard
IntoIterator
to transform[rdbc::Value]
to[&dyn rusqlite::ToSql]
. NoVec
, noBox
anymore.