Struct tungstenite::error::tls::Error
[−]
[src]
pub struct Error(_);
An error returned from the TLS implementation.
Trait Implementations
impl Display for Error
[src]
fn fmt(&self, fmt: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl ErrorExt for Error
[src]
fn security_framework_error(&self) -> &Error
impl From<Error> for Error
[src]
impl Debug for Error
[src]
fn fmt(&self, fmt: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.