Module diesel::connection
[−]
[src]
Structs
AnsiTransactionManager |
An implementation of |
Traits
Connection | |
SimpleConnection | |
TransactionManager |
Manages the internal transaction state for a connection. You should not
interface with this trait unless you are implementing a new connection
adapter. You should use [ |