pub fn with<T: Clone + Send>( item: T, ) -> impl Filter<Extract = (T,), Error = Infallible> + Clone
A middleware to include the given item in the handler.