Type Alias tonic::service::interceptor::InterceptorFn

source ·
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.

Aliased Type§

struct InterceptorFn<F> { /* private fields */ }