We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d81921 commit 588da69Copy full SHA for 588da69
src/util/errors.rs
@@ -1,5 +1,6 @@
1
-//! This module implements several error types and traits. The suggested usage in returned results
2
-//! is as follows:
+//! This module implements several error types and traits.
+//!
3
+//! The suggested usage in returned results is as follows:
4
//!
5
//! * The concrete `util::concrete::Error` type (re-exported as `util::Error`) is great for code
6
//! that is not part of the request/response lifecycle. It avoids pulling in the unnecessary
0 commit comments