Struct actix_web::client::Connect [] [src]

pub struct Connect(pub Uri);

Connect type represents message that can be send to ClientConnector with connection request.

Methods

impl Connect
[src]

[src]

Create Connect message for specified Uri

Trait Implementations

impl Debug for Connect
[src]

[src]

Formats the value using the given formatter.

impl Message for Connect
[src]

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