Struct r2d2::GetTimeout
[−]
[src]
pub struct GetTimeout(_);
An error returned by Pool::get
if it times out without retrieving a connection.
pub struct GetTimeout(_);
An error returned by Pool::get
if it times out without retrieving a connection.
impl Display for GetTimeout
impl Error for GetTimeout
fn description(&self) -> &str
fn cause(&self) -> Option<&Error>
impl Debug for GetTimeout
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)