Next<R> typedef

Next<R> = Future<R> Function()

Тип функции, вызывающей следующий обработчик в цепочке middleware.

Implementation

typedef Next<R> = Future<R> Function();