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::*;

Reexports

pub use prelude::*;
pub use prelude::actix::*;
pub use queue;

Structs

ActorAddressCell
ActorItemsCell
ActorWaitCell
ContextImpl

Actor execution context impl

Envelope
RemoteEnvelope

Enums

ContextCellResult
ContextProtocol

context protocol

Traits

ActorAddress

Trait give access to actor's address

AsyncContextApi
ToEnvelope

Converter trait, packs message to suitable envelope