Struct tokio_memcache::Connection [] [src]

pub struct Connection {
    pub inner: ClientService<TcpStream, MemcachedProto>,
}

Fields

Methods

impl Connection
[src]

Send Request to server.

This method can be used if you need to send a rich request and there is no available wrapper method.

Trait Implementations

impl Service for Connection
[src]

Requests handled by the service.

Responses given by the service.

Errors produced by the service.

The future response value.

Process the request and return the response asynchronously.