diff --git a/src/lib.rs b/src/lib.rs index a6cdfc8..594ba6c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -7,4 +7,7 @@ pub(crate) mod anything; pub(crate) mod nothing; pub use anything::*; -pub use nothing::*; \ No newline at end of file +pub use nothing::*; + +pub type Result = core::result::Result; +pub type Exception = core::result::Result; \ No newline at end of file