Type Alias actix_web_lab::extract::SharedData
source · pub type SharedData<T> = Data<T>;
Expand description
An alias for actix_web::web::Data<T>
with a more descriptive name.
Aliased Type§
struct SharedData<T>(/* private fields */);