rs_express/middleware/
next_function.rs

1pub type NextFunction<'a> = dyn FnMut(Result<(), String>) + 'a;