Function deconstruct_error

Source
pub fn deconstruct_error(err: &Error) -> Option<InterpretedError<'_>>
Expand description

Attempt to interpret a rusqlite::Error, and turn it into an InterpretedError.