[][src]Trait diesel_crud::LoadQuery

pub trait LoadQuery<Item, BaseConnection>: LoadQuery<PooledConnection<ConnectionManager<BaseConnection>>, Item> where
    BaseConnection: Connection + 'static, 
{ }

Implementors

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

Loading content...