Searched defs:SslConnectorBuilder (Results 1 – 1 of 1) sorted by relevance
74 pub fn builder(method: SslMethod) -> Result<SslConnectorBuilder, ErrorStack> { in builder()116 pub struct SslConnectorBuilder(SslContextBuilder); struct118 impl SslConnectorBuilder { implementation125 impl Deref for SslConnectorBuilder { implementation133 impl DerefMut for SslConnectorBuilder { implementation