Function poem::middleware::make

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

Make middleware with a closure.