[][src]Macro libtls::try_tls

macro_rules! try_tls {
    ($self: expr, $call: expr) => { ... };
}

Convert return value of Tls I/O functions into io::Error.

This macro converts the return value of Tls::tls_read, Tls::tls_write, Tls::tls_handshake, or Tls::close into io::Error.

See also

Tls::tls_handshake