Module actix_web::dev [] [src]

The actix-web prelude for library developers

The purpose of this module is to alleviate imports of many common actix traits by adding a glob import to the top of actix heavy modules:

use actix_web::dev::*;

Reexports

pub use super::*;

Structs

Task