Module actix_web::actix::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::*;
Structs
ContextFut | |
ContextParts | |
Envelope | |
Mailbox | |
Registry |
Actors registry |
SystemRegistry |
System wide actors registry |
Traits
AsyncContextParts | |
MessageResponse |
Trait which defines message response |
ResponseChannel |
Trait defines message response channel |
ToEnvelope |
Converter trait, packs message to suitable envelope |