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]
impl Display for GetTimeout
[src]
fn fmt(&self, fmt: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more