mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-30 16:40:21 +02:00
make extractor config type explicit
This commit is contained in:
@@ -266,6 +266,7 @@ impl Drop for HttpRequest {
|
||||
/// }
|
||||
/// ```
|
||||
impl FromRequest for HttpRequest {
|
||||
type Config = ();
|
||||
type Error = Error;
|
||||
type Future = Result<Self, Error>;
|
||||
|
||||
|
Reference in New Issue
Block a user