Type Definition sidekiq::NextFunc [] [src]

type NextFunc<'a> = &'a mut FnMut(&mut Job, RedisPool) -> MiddleWareResult + 'a;