Struct Error
r2d2
pub struct Error(_);
The error type returned by methods in this crate.
impl Debug for Error
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Display for Error
fn fmt(&self, fmt: &mut Formatter) -> Result
impl Error for Error
fn description(&self) -> &str
This method is soft-deprecated. Read more
fn cause(&self) -> Option<&Error>
The lower-level cause of this error, if any. Read more
impl Send for Error
impl Sync for Error