Struct serv::server::Server[][src]

pub struct Server { /* fields omitted */ }

Methods

impl Server
[src]

Trait Implementations

impl Default for Server
[src]

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

impl Service for Server
[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.

Auto Trait Implementations

impl !Send for Server

impl !Sync for Server