5 lines
83 B
Rust
5 lines
83 B
Rust
|
mod error;
|
||
|
pub use error::CustomError;
|
||
|
pub use error::MyError;
|
||
|
pub use error::Res;
|