pub type InterceptorFn<F> = InterceptorLayer<F>;
๐Deprecated since 0.5.1: Please use the
InterceptorLayer
type insteadExpand 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 */ }