[]Trait deoxy::actix::ActixMessage

pub trait ActixMessage {
type Result: 'static;
}

Message type

Associated Types

type Result: 'static

The type of value that this message will resolved with if it is successful.

Loading content...

Implementations on Foreign Types

impl Message for Pause[src]

type Result = ()

impl Message for Resume[src]

type Result = ()

impl Message for Connect[src]

impl Message for Message[src]

type Result = ()

impl Message for ClientConnectorStats[src]

type Result = ()

impl Message for PauseServer

type Result = ()

impl Message for StopServer

type Result = Result<(), ()>

impl Message for ResumeServer

type Result = ()

impl Message for Resolve

type Result = Result<VecDeque<SocketAddr>, ResolverError>

impl<I, E> Message for Execute<I, E> where
    E: Send,
    I: Send

Execute message response

type Result = Result<I, E>

impl Message for ConnectAddr

type Result = Result<TcpStream, ResolverError>

impl Message for Subscribe

type Result = ()

impl Message for Signal

type Result = ()

impl Message for StopArbiter

type Result = ()

impl Message for Connect

type Result = Result<TcpStream, ResolverError>

impl Message for SignalType

type Result = ()

impl<A> Message for StartActor<A> where
    A: Actor

type Result = Addr<A>

Loading content...

Implementors

impl Message for deoxy::CoordMessage[src]

impl Message for deoxy::MotorMessage[src]

type Result = ()

impl Message for deoxy::PumpMessage[src]

impl Message for Status[src]

type Result = ()

Loading content...