Struct r2d2::GetTimeout [] [src]

pub struct GetTimeout(_);

An error returned by Pool::get if it times out without retrieving a connection.

Trait Implementations

impl Debug for GetTimeout
[src]

[src]

Formats the value using the given formatter.

impl Display for GetTimeout
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for GetTimeout
[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