mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-27 15:29:03 +02:00
make extractor config type explicit
This commit is contained in:
@ -141,6 +141,7 @@ struct IdentityItem {
|
||||
/// # fn main() {}
|
||||
/// ```
|
||||
impl FromRequest for Identity {
|
||||
type Config = ();
|
||||
type Error = Error;
|
||||
type Future = Result<Identity, Error>;
|
||||
|
||||
|
Reference in New Issue
Block a user