Macro tls_api::spi_async_socket_impl_delegate[][src]

macro_rules! spi_async_socket_impl_delegate {
    ( "AsyncRead" ) => { ... };
    ( "AsyncWrite" ) => { ... };
    ( $t:ident <S> ) => { ... };
    ( $t:ty ) => { ... };
}

Delegate AsyncSocket implementation to the underlying socket.

This is meant to be used only by API implementations.

See also