Type Definition openid_client::types::RequestInterceptor
source · pub type RequestInterceptor = Box<dyn Interceptor>;Expand description
Request Interceptor
Type is a Box’ed Interceptor trait type.
pub type RequestInterceptor = Box<dyn Interceptor>;Type is a Box’ed Interceptor trait type.