mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-26 23:24:47 +02:00
dispatcher internals testing (#1840)
This commit is contained in:
@@ -3,8 +3,8 @@ use std::{fmt, mem};
|
||||
|
||||
use fxhash::FxHashMap;
|
||||
|
||||
#[derive(Default)]
|
||||
/// A type map of request extensions.
|
||||
#[derive(Default)]
|
||||
pub struct Extensions {
|
||||
/// Use FxHasher with a std HashMap with for faster
|
||||
/// lookups on the small `TypeId` (u64 equivalent) keys.
|
||||
|
Reference in New Issue
Block a user