Struct hyper::server::ServerLoop
[−]
[src]
pub struct ServerLoop { /* fields omitted */ }
A configured Server
ready to run.
Methods
impl ServerLoop
[src]
fn run(self)
Runs the server forever in this loop.
This will block the current thread.