We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 985741d + 3c13df8 commit 7d04b8aCopy full SHA for 7d04b8a
src/lib.rs
@@ -325,6 +325,8 @@ pub enum Protocol {
325
}
326
327
/// A builder for `TlsConnector`s.
328
+///
329
+/// You can get one from [`TlsConnector::builder()`](TlsConnector::builder)
330
pub struct TlsConnectorBuilder {
331
identity: Option<Identity>,
332
min_protocol: Option<Protocol>,
@@ -513,6 +515,8 @@ impl TlsConnector {
513
515
514
516
517
/// A builder for `TlsAcceptor`s.
518
519
+/// You can get one from [`TlsAcceptor::builder()`](TlsAcceptor::builder)
520
pub struct TlsAcceptorBuilder {
521
identity: Identity,
522
0 commit comments