Closed mbasa-georepublic closed 3 years ago
@mbasa-georepublic Thank you for your comment and sorry for the late reply. Result<T, E>
handles exceptions in other languages and I'd like to work on this.
https://doc.rust-lang.org/book/ch09-02-recoverable-errors-with-result.html
In other languages there is a try..catch..finally to handle exceptions and continue on with the process. Is there an equivalent in Rust so that SQL exceptions can be caught without the application stopping.