Function rust_abci::new_server [] [src]

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