Struct hyper::server::ServerLoop [] [src]

pub struct ServerLoop { /* fields omitted */ }

A configured Server ready to run.

Methods

impl ServerLoop
[src]

Runs the server forever in this loop.

This will block the current thread.

Trait Implementations

impl Debug for ServerLoop
[src]

Formats the value using the given formatter.

impl Drop for ServerLoop
[src]

A method called when the value goes out of scope. Read more