Function warp::serve[][src]

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

Create a Server with the provided service.