Trait openssl::ssl::IntoSsl[][src]

pub trait IntoSsl {
    fn into_ssl(self) -> Result<Ssl, SslError>;
}

Required Methods

Implementors