Home
last modified time | relevance | path

Searched defs:SslContextBuilder (Results 1 – 1 of 1) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
Dctx.rs50 pub(crate) fn builder(method: SslMethod) -> Result<SslContextBuilder, ErrorStack> { in builder()
83 pub(crate) struct SslContextBuilder(SslContext); struct
85 impl SslContextBuilder { implementation