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

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

Required Methods

fn into_ssl(self) -> Result<Ssl, SslError>

Implementors