pub fn deconstruct_error(err: &Error) -> Option<InterpretedError<'_>>
Expand description
Attempt to interpret a rusqlite::Error
, and turn it into an
InterpretedError
.
pub fn deconstruct_error(err: &Error) -> Option<InterpretedError<'_>>
Attempt to interpret a rusqlite::Error
, and turn it into an
InterpretedError
.