Function rweb::serve[][src]

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

Create a Server with the provided Filter.