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.
2 parents d611800 + a4b1361 commit b00f4ecCopy full SHA for b00f4ec
src/libcore/result.rs
@@ -10,7 +10,7 @@
10
11
//! Error handling with the `Result` type
12
//!
13
-//! `Result<T>` is the type used for returning and propagating
+//! `Result<T, E>` is the type used for returning and propagating
14
//! errors. It is an enum with the variants, `Ok(T)`, representing
15
//! success and containing a value, and `Err(E)`, representing error
16
//! and containing an error value.
0 commit comments