Struct actix_net::connector::Connector[][src]

pub struct Connector<T = String> { /* fields omitted */ }

Methods

impl<T: HostAware> Connector<T>
[src]

Trait Implementations

impl<T: HostAware> Default for Connector<T>
[src]

Returns the "default value" for a type. Read more

impl<T> Clone for Connector<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: HostAware> Service for Connector<T>
[src]

Requests handled by the service.

Responses given by the service.

Errors produced by the service.

The future response value.

Returns Ready when the service is able to process requests. Read more

Process the request and return the response asynchronously. Read more

A future yielding the service when it is ready to accept a request.

Auto Trait Implementations

impl<T> Send for Connector<T> where
    T: Send

impl<T> Sync for Connector<T> where
    T: Sync