Module dev

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

Modules§

channel

Structs§

ContextFut
ContextParts
Envelope
Mailbox
OneshotSender
Sends a value to the associated Receiver.

Traits§

AsyncContextParts
EnvelopeProxy
MessageResponse
A trait which defines message responses.
ToEnvelope
Converter trait, packs message into a suitable envelope.

Type Aliases§

RecipientRequest
Request