[go: up one dir, main page]

Function warp::serve

source · []
pub fn serve<F>(filter: F) -> Server<F>where
    F: Filter + Clone + Send + Sync + 'static,
    F::Extract: Reply,
    F::Error: IsReject,
Expand description

Create a Server with the provided Filter.