We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b933d81 commit 449fad7Copy full SHA for 449fad7
1 file changed
src/lib.rs
@@ -18,7 +18,9 @@ mod kind;
18
mod readme_tests {}
19
20
pub use cause::Cause;
21
-pub use convert::{ErrorContext, ErrorContextDisplay, ResultContext, ResultContextDisplay};
+pub use convert::{
22
+ ErrorContext, ErrorContextDisplay, ResultContext, ResultContextDisplay, ResultContextFn,
23
+};
24
pub use error::*;
25
pub use kind::*;
26
0 commit comments