Struct actix::actors::Connect [] [src]

pub struct Connect { /* fields omitted */ }

Methods

impl Connect
[src]

[src]

[src]

[src]

Set connect timeout

By default timeout is set to a 1 second.

Trait Implementations

impl Message for Connect
[src]

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

impl Handler<Connect> 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 Connect

impl Sync for Connect