pub type InterceptorFn<F> = InterceptorLayer<F>;
👎 Deprecated since 0.5.1:

Please use the InterceptorLayer type instead

Expand description

A gRPC interceptor that can be used as a Layer, created by calling interceptor.

See Interceptor for more details.