Module actix::dev [−][src]
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::*;
Re-exports
pub use prelude::actix::*; |
pub use prelude::*; |
pub use registry::Registry; |
pub use registry::SystemRegistry; |
Structs
ContextFut | |
ContextParts | |
Envelope | |
Mailbox | |
RecipientRequest |
|
Request |
|
Traits
AsyncContextParts | |
MessageResponse |
Trait which defines message response |
ResponseChannel |
Trait defines message response channel |
ToEnvelope |
Converter trait, packs message to suitable envelope |