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.
1 parent 8fa929d commit b5180f7Copy full SHA for b5180f7
src/lib.rs
@@ -329,6 +329,8 @@ pub enum Protocol {
329
}
330
331
/// A builder for `TlsConnector`s.
332
+///
333
+/// You can get one from [`TlsConnector::builder()`](TlsConnector::builder)
334
pub struct TlsConnectorBuilder {
335
identity: Option<Identity>,
336
min_protocol: Option<Protocol>,
@@ -517,6 +519,8 @@ impl TlsConnector {
517
519
518
520
521
/// A builder for `TlsAcceptor`s.
522
523
+/// You can get one from [`TlsAcceptor::builder()`](TlsAcceptor::builder)
524
pub struct TlsAcceptorBuilder {
525
identity: Identity,
526
0 commit comments