Type Definition fanta::Middleware [] [src]

type Middleware<T> = fn(_: T, _: &MiddlewareChain<T>) -> T;