Module tonic::service::interceptor[][src]

Expand description

gRPC interceptors which are a kind of middleware.

See Interceptor for more details.

Structs

A service wrapped in an interceptor middleware.

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

Response future for InterceptedService.

Traits

A gRPC interceptor.

Functions

Create a new interceptor layer.

interceptor_fnDeprecated

Create a new interceptor layer.

Type Definitions

InterceptorFnDeprecated

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