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

ContextImpl

Actor execution context impl

Envelope
RecipientRequest

RecipientRequest is a Future which represents asynchronous message sending process.

Request

Request is a Future which represents asynchronous message sending process.

Traits

MessageResponse

Trait which defines message response

ResponseChannel

Trait defines message response channel

ToEnvelope

Converter trait, packs message to suitable envelope