There was an error while loading. Please reload this page.
1 parent 2ac6d1f commit edf2629Copy full SHA for edf2629
1 file changed
src/tls/x509/store.rs
@@ -12,10 +12,6 @@ use super::{
12
use crate::{Error, Result};
13
14
/// A builder for constructing a `CertStore`.
15
-///
16
-/// This builder provides methods to add certificates to the store from various formats,
17
-/// and to set default paths for the certificate store. Once all desired certificates
18
-/// have been added, the `build` method can be used to create the `CertStore`.
19
pub struct CertStoreBuilder {
20
builder: Result<X509StoreBuilder>,
21
}
0 commit comments