[−][src]Module diesel::r2d2 
Connection pooling via r2d2
Structs
| Builder | A builder for a connection pool.  | 
| ConnectionManager | An r2d2 connection manager for use with Diesel.  | 
| Error | The error type returned by methods in this crate.  | 
| LoggingErrorHandler | A   | 
| NopConnectionCustomizer | A   | 
| NopErrorHandler | A   | 
| Pool | A generic connection pool.  | 
| PooledConnection | A smart pointer wrapping a connection.  | 
| State | Information about the state of a   | 
Enums
| Error | The error used when managing connections with   | 
Traits
| CustomizeConnection | A trait which allows for customization of connections.  | 
| HandleError | A trait which handles errors reported by the   | 
| ManageConnection | A trait which provides connection-specific functionality.  | 
Type Definitions
| PoolError | A re-export of   |