Function warp::serve

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

Create a Server with the provided service.