Module actix::dev[][src]

Expand description

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 crate::prelude::*;
pub use crate::registry::Registry;
pub use crate::registry::SystemRegistry;

Modules

Structs

A Future which represents an asynchronous message sending process.

A Future which represents an asynchronous message sending process.

Traits

A trait which defines message responses.

A trait that defines a message response channel.

Converter trait, packs message into a suitable envelope.