Struct ethcore_dapps::Server [] [src]

pub struct Server { /* fields omitted */ }

Webapps HTTP server.

Methods

impl Server
[src]

Set callback for panics.

Trait Implementations

impl Drop for Server
[src]

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