Module diesel::r2d2 [] [src]

Connection pooling via r2d2

Reexports

pub use self::r2d2::*;

Structs

ConnectionManager

An r2d2 connection manager for use with Diesel.

Enums

Error

The error used when managing connections with r2d2.

Type Definitions

PoolError

A re-export of r2d2::Error, which is only used by methods on r2d2::Pool.