chore: scaffold Error implementation for FailedTo
This commit is contained in:
@@ -54,3 +54,11 @@ impl From<sqlite::FailedTo> for FailedTo {
|
||||
Self::SQLite(value)
|
||||
}
|
||||
}
|
||||
|
||||
impl std::error::Error for FailedTo {}
|
||||
|
||||
impl std::fmt::Display for FailedTo {
|
||||
fn fmt(&self, f: &mut std::fmt::Formatter) -> std::result::Result<(), std::fmt::Error> {
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user