Struct ethcore_signer::Server [] [src]

pub struct Server { /* fields omitted */ }

WebSockets server implementation.

Methods

impl Server
[src]

Returns the address this server is listening on

Trait Implementations

impl MayPanic for Server
[src]

closure will be invoked whenever panic in thread is caught

impl Drop for Server
[src]

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