[][src]Trait diesel_crud::CudQuery

pub trait CudQuery<BaseConnection>: RunQueryDsl<PooledConnection<ConnectionManager<BaseConnection>>> + ExecuteDsl<PooledConnection<ConnectionManager<BaseConnection>>> where
    BaseConnection: Connection<TransactionManager = AnsiTransactionManager> + 'static,
    BaseConnection::Backend: UsesAnsiSavepointSyntax
{ }

Implementors

impl<T, BaseConnection> CudQuery<BaseConnection> for T where
    T: RunQueryDsl<PooledConnection<ConnectionManager<BaseConnection>>> + ExecuteDsl<PooledConnection<ConnectionManager<BaseConnection>>>,
    BaseConnection: Connection<TransactionManager = AnsiTransactionManager> + 'static,
    BaseConnection::Backend: UsesAnsiSavepointSyntax
[src]

Loading content...