Skip to main content

SharedInterceptor

Type Alias SharedInterceptor 

Source
pub type SharedInterceptor = Arc<dyn Interceptor>;
Expand description

Shared-ownership handle used throughout the SDK.

Aliased Type§

pub struct SharedInterceptor { /* private fields */ }