[][src]Module actix_web::actix::dev

The actix 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::dev::*;

Modules

channel

Structs

ContextFut
ContextParts
Envelope
Mailbox
Registry

Actors registry

SystemRegistry

System wide actors registry

Traits

AsyncContextParts
EnvelopeProxy
MessageResponse

Trait which defines message response

ResponseChannel

Trait defines message response channel

ToEnvelope

Converter trait, packs message to suitable envelope