pub type RequestInterceptor = Box<dyn Interceptor>;
Expand description

Request Interceptor

Type is a Box’ed Interceptor trait type.

Aliased Type§

struct RequestInterceptor(/* private fields */);