Struct r2d2::InitializationError [] [src]

pub struct InitializationError(_);

An error returned by Pool::new if it fails to initialize connections.

Trait Implementations

impl Debug for InitializationError
[src]

[src]

Formats the value using the given formatter.

impl Display for InitializationError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for InitializationError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more