pub fn make<T>(f: T) -> FnMiddleware<T>
Expand description

Make middleware with a closure.