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

pub struct Server { /* fields omitted */ }

Methods

impl Server
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Default for Server
[src]

[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.

[src]

Process the request and return the response asynchronously.

Auto Trait Implementations

impl !Send for Server

impl !Sync for Server