deltachat::sql

Trait ToSql

source
pub trait ToSql:
    ToSql
    + Send
    + Sync { }
Expand description

Extension to [rusqlite::ToSql] trait which also includes Send and Sync.

Implementors§

source§

impl<T: ToSql + Send + Sync> ToSql for T