Struct r2d2::GetTimeout [] [src]

pub struct GetTimeout(_);

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

Trait Implementations

impl Display for GetTimeout

fn fmt(&self, fmt: &mut Formatter) -> Result

impl Error for GetTimeout

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

Derived Implementations

impl Debug for GetTimeout

fn fmt(&self, __arg_0: &mut Formatter) -> Result