mirror of https://github.com/fafhrd91/actix-web
more specific Result
This commit is contained in:
parent
7a54d5b58c
commit
d0f38c06a4
|
@ -25,7 +25,7 @@ pub use crate::cookie::ParseError as CookieParseError;
|
|||
use crate::helpers::Writer;
|
||||
use crate::response::{Response, ResponseBuilder};
|
||||
|
||||
/// A specialized [`Result`](https://doc.rust-lang.org/std/result/enum.Result.html)
|
||||
/// A specialized [`std::result::Result`]
|
||||
/// for actix web operations
|
||||
///
|
||||
/// This typedef is generally used to avoid writing out
|
||||
|
|
Loading…
Reference in New Issue