Function tsp::server::new [] [src]

pub fn new<A: Application + Send + Sync + 'static>(
    listen_addr: SocketAddr,
    app: &'static A
)