Searched defs:SslVersion (Results 1 – 2 of 2) sorted by relevance
21 pub(crate) struct SslVersion(pub c_int); struct23 impl SslVersion { impl
534 pub(crate) fn into_inner(self) -> SslVersion { in into_inner()