Struct actix::actors::ConnectAddr [] [src]

pub struct ConnectAddr(pub SocketAddr);

Trait Implementations

impl Message for ConnectAddr
[src]

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

impl Handler<ConnectAddr> for Connector
[src]

The type of value that this handle will return

[src]

Method is called for every message received by this Actor

Auto Trait Implementations

impl Send for ConnectAddr

impl Sync for ConnectAddr