Skip to main content

MtlsClient

Type Alias MtlsClient 

Source
pub type MtlsClient = Client<HttpsConnector<HttpConnector>, Incoming>;
Expand description

Re-export the mTLS client type

Aliased Typeยง

pub struct MtlsClient { /* private fields */ }