List Question
11 TechQA 2024-02-20T11:43:05.837000Convert Result<_, error> to Result<_, MyError> with thiserror in Rust
74 views
Asked by kirin
How do I use #from to convert nom parsing errors into my thiserror error variant?
92 views
Asked by cadolphs
Rust error handling - why does this give different output?
241 views
Asked by John Graham
Is `thiserror` impossible to use in stable Rust?
258 views
Asked by Lukas
How to use thiserror to forward an error with a generic type parameter
1.5k views
Asked by caprica
Compilation when trying to convert error from an external crate into my custom error type with `thiserror`
194 views
Asked by 0xKitsune
Does thiserror ship an unstable feature so that it does not work with stable rust release?
894 views
Asked by chunjiw
Reuse error message from `thiserror` definition
1.5k views
Asked by Roman Mahotskyi
How do I print a backtrace without panicking using thiserror?
3.9k views
Asked by Marty