Struct miasht::builtin::servers::SimpleHttpServer [] [src]

pub struct SimpleHttpServer<A, F> { /* fields omitted */ }

Methods

impl<A, F> SimpleHttpServer<A, F> where
    A: Clone + Send + 'static,
    F: Future<Item = (), Error = ()> + Send + 'static, 
[src]

[src]

impl<A, F> SimpleHttpServer<A, F>
[src]

[src]

[src]

[src]

Trait Implementations

impl<A: Debug, F: Debug> Debug for SimpleHttpServer<A, F>
[src]

[src]

Formats the value using the given formatter.

impl<A, F> Server for SimpleHttpServer<A, F> where
    A: Clone + Send + 'static,
    F: Future<Item = (), Error = ()> + Send + 'static, 
[src]

[src]

[src]

[src]