[][src]Function warp::serve

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

Create a Server with the provided Filter.