Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
Dssl_base.rs94 impl SslRef { implementation
170 impl fmt::Debug for SslRef { implementation
Dstream.rs94 pub(crate) fn ssl(&self) -> &SslRef { in ssl()