pub type SharedInterceptor = Arc<dyn Interceptor>;Expand description
Shared-ownership handle used throughout the SDK.
Aliased Type§
pub struct SharedInterceptor { /* private fields */ }pub type SharedInterceptor = Arc<dyn Interceptor>;Shared-ownership handle used throughout the SDK.
pub struct SharedInterceptor { /* private fields */ }