pub type InterceptedCdkMintClient = CdkMintClient<InterceptedService<Channel, VersionInterceptor>>;Expand description
Type alias for CdkMintClient with the version header interceptor over a Channel
Aliased Typeยง
pub struct InterceptedCdkMintClient { /* private fields */ }