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 628611c commit bf1c598Copy full SHA for bf1c598
src/status.rs
@@ -2,7 +2,7 @@ use crate::{Error, StatusCode};
2
use core::convert::{Infallible, TryInto};
3
use std::error::Error as StdError;
4
5
-/// Provides the `status` method for `Result`.
+/// Provides the `status` method for `Result` and `Option`.
6
///
7
/// This trait is sealed and cannot be implemented outside of `http-types`.
8
pub trait Status<T, E>: private::Sealed {
0 commit comments