Function rust_abci::grpc_server::new_server [] [src]

pub fn new_server<H: ABCIApplication + 'static + Sync + Send + 'static>(
    listen_addr: &str,
    app: H
) -> Box<Service>