Struct hyper::server::Listening [] [src]

pub struct Listening { /* fields omitted */ }

A handle of the running server.

Methods

impl Listening
[src]

The addresses this server is listening on.

Stop the server from listening to its socket address.

Trait Implementations

impl Debug for Listening
[src]

Formats the value using the given formatter.

impl Display for Listening
[src]

Formats the value using the given formatter.