Struct ethcore_dapps::Server
[−]
[src]
pub struct Server { /* fields omitted */ }
Webapps HTTP server.
Methods
impl Server
[src]
fn set_panic_handler<F>(&self, handler: F) where F: Fn() -> () + Send + 'static
Set callback for panics.