Crate tonic_async_interceptor
source · [−]Expand description
gRPC interceptors which are a kind of middleware.
See [Interceptor
] for more details.
Structs
A service wrapped in an async interceptor middleware.
A gRPC async interceptor that can be used as a Layer
,
created by calling async_interceptor
.
Response future for AsyncInterceptedService
.
Response future for [InterceptedService
].
Traits
An async gRPC interceptor.
Functions
Create a new async interceptor layer.