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

Structs

ActorAddressCell
ActorItemsCell
ActorWaitCell
Envelope
RemoteEnvelope

Traits

ActorAddress

Trait give access to actor's address

AsyncContextApi
ToEnvelope

Converter trait, packs message to suitable envelope