pub trait ToSql: ToSql + Send + Sync { }
Extension to [rusqlite::ToSql] trait which also includes Send and Sync.
rusqlite::ToSql
Send
Sync