Type Alias 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 */);