Combine the error types.

This commit is contained in:
Tom Alexander
2023-04-21 18:36:01 -04:00
parent 04dfffc000
commit a1724dae52
23 changed files with 57 additions and 68 deletions

4
src/error/mod.rs Normal file
View File

@@ -0,0 +1,4 @@
mod error;
pub use error::CustomError;
pub use error::MyError;
pub use error::Res;