Function ethcore_rpc::start_ipc [] [src]

pub fn start_ipc<M: Metadata>(addr: &str,
                              handler: RpcHandler<M>)
                              -> Result<Server<M>, Error>

Start ipc server asynchronously and returns result with Server handle on success or an error.