[][src]Function warp::serve

pub fn serve<S>(service: S) -> Server<S> where
    S: IntoWarpService + 'static, 

Create a Server with the provided service.