You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TryInto / TryFrom didn't exist (or at least were not stable) when ToSql / FromSql were created.
But now, is it possible / good to use the standard traits instead ?
The text was updated successfully, but these errors were encountered:
rusqlite::types::ToSql
vs
std::convert::TryInto
rusqlite::types::FromSql
vs
std::convert::TryFrom
TryInto
/TryFrom
didn't exist (or at least were not stable) whenToSql
/FromSql
were created.But now, is it possible / good to use the standard traits instead ?
The text was updated successfully, but these errors were encountered: